diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-09-11 21:06:23 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-09-11 21:06:23 +0200 |
commit | 83312d7c6c9536bc1500c8b738635e62d98aa39b (patch) | |
tree | 9f4c634db14947df17d62ba0cdcff00ca6dca51b /src/qt/bitcoingui.h | |
parent | 1837644c4a153ad8275848f0b0626685d8b75727 (diff) |
remove transparency effect and windows-specific code for now, it's not working as supposed
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index 97af431f44..59661350c3 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -99,8 +99,6 @@ public slots: */ void askFee(qint64 nFeeRequired, bool *payFee); - void setWindowComposition(); - private slots: // UI pages void gotoOverviewPage(); |