diff options
author | MeshCollider <dobsonsa68@gmail.com> | 2017-09-15 16:38:42 +1200 |
---|---|---|
committer | MeshCollider <dobsonsa68@gmail.com> | 2017-09-21 22:34:58 +1200 |
commit | 13baf7217bf8394ae02efc376208ae86eac4d0f6 (patch) | |
tree | a7fc95221ed9049b4daf1f18716644704197518a /src/qt/guiutil.h | |
parent | 0f399a9ff227896265cafab9b2e9fab6cdb9b5b9 (diff) |
Replace save|restoreWindowGeometry with Qt functions
Diffstat (limited to 'src/qt/guiutil.h')
-rw-r--r-- | src/qt/guiutil.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index d6aa8c4ea6..d10818d0c8 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -179,11 +179,6 @@ namespace GUIUtil bool GetStartOnSystemStartup(); bool SetStartOnSystemStartup(bool fAutoStart); - /** Save window size and position */ - void saveWindowGeometry(const QString& strSetting, QWidget *parent); - /** Restore window size and position */ - void restoreWindowGeometry(const QString& strSetting, const QSize &defaultSizeIn, QWidget *parent); - /* Convert QString to OS specific boost path through UTF-8 */ fs::path qstringToBoostPath(const QString &path); |