diff options
| author | MeshCollider <[email protected]> | 2017-09-15 16:38:42 +1200 |
|---|---|---|
| committer | MeshCollider <[email protected]> | 2017-09-21 22:34:58 +1200 |
| commit | 13baf7217bf8394ae02efc376208ae86eac4d0f6 (patch) | |
| tree | a7fc95221ed9049b4daf1f18716644704197518a /src/qt/guiutil.h | |
| parent | Merge #11326: Fix crash on shutdown with invalid wallet (diff) | |
| download | discoin-13baf7217bf8394ae02efc376208ae86eac4d0f6.tar.xz discoin-13baf7217bf8394ae02efc376208ae86eac4d0f6.zip | |
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 d6aa8c4ea..d10818d0c 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); |