diff options
| author | Philip Kaufmann <[email protected]> | 2013-07-13 13:14:23 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-07-29 16:22:46 +0200 |
| commit | c431e9f1f03023d216db0ff48d3d598e705c97f9 (patch) | |
| tree | 6132628aa34888e6e9af93982c77d8afcff2f045 /src/qt/bitcoingui.h | |
| parent | Make sure new wallet variables are initialized (diff) | |
| download | discoin-c431e9f1f03023d216db0ff48d3d598e705c97f9.tar.xz discoin-c431e9f1f03023d216db0ff48d3d598e705c97f9.zip | |
Bitcoin-Qt: save and restore position of debug window
- move the code for saving and restoring window positions from BitcoinGUI
to GUIUtil, make it more generic and also use it for saving/restoring
debug window positions
Diffstat (limited to 'src/qt/bitcoingui.h')
| -rw-r--r-- | src/qt/bitcoingui.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 685ce8b43..6b9161539 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -122,10 +122,6 @@ private: void createTrayIcon(bool fIsTestnet); /** Create system tray menu (or setup the dock menu) */ void createTrayIconMenu(); - /** Save window size and position */ - void saveWindowGeometry(); - /** Restore window size and position */ - void restoreWindowGeometry(); public slots: /** Set number of connections shown in the UI */ |