diff options
author | Rob Van Mieghem <rob@vanmieghemcloud.com> | 2015-03-03 08:42:52 +0100 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2015-03-05 12:20:49 -0500 |
commit | 84a05b843b8ab704266289de67c9779ad733a196 (patch) | |
tree | 98b09c74d7a7b72de4ad9d1d8bcdcc133a46cd6c /src/qt/bitcoingui.h | |
parent | 215475aa0024e48f91e26be09f7e9c25e72717d3 (diff) |
QT: remove unused parameter
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 3216a7398e..fd776d63f8 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -118,7 +118,7 @@ private: int spinnerFrame; /** Create the main UI actions. */ - void createActions(const NetworkStyle *networkStyle); + void createActions(); /** Create the menu bar and sub-menus. */ void createMenuBar(); /** Create the toolbars */ |