aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2013-08-05 00:58:05 -0700
committerGavin Andresen <gavinandresen@gmail.com>2013-08-05 00:58:05 -0700
commita4ae02969e6c8fd6f17ac5f2f495149476463344 (patch)
treef39250736d5f36f722d11fd126a347b2b2189c17 /src/qt/bitcoingui.h
parentd687aaa31180a7a81362711608c697b53c2739e6 (diff)
parentc431e9f1f03023d216db0ff48d3d598e705c97f9 (diff)
downloadbitcoin-a4ae02969e6c8fd6f17ac5f2f495149476463344.tar.xz
Merge pull request #2827 from Diapolo/rpccon_winpos
Bitcoin-Qt: save and restore position of debug window
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r--src/qt/bitcoingui.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h
index 685ce8b430..6b9161539c 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 */