diff options
author | Alessandro Portale <aportale@trolltech.com> | 2009-08-14 13:16:19 (GMT) |
---|---|---|
committer | Alessandro Portale <aportale@trolltech.com> | 2009-08-14 13:16:19 (GMT) |
commit | a835ec7dc2d618b9023067e4c6e7c6d122e06c8f (patch) | |
tree | 3a82c9ef499dcbcce37c69fa9a74f6d515d48090 /src/gui/styles/qcleanlooksstyle.cpp | |
parent | 32824094837dfe5e4c22189daeb0a5663c786070 (diff) | |
download | Qt-a835ec7dc2d618b9023067e4c6e7c6d122e06c8f.zip Qt-a835ec7dc2d618b9023067e4c6e7c6d122e06c8f.tar.gz Qt-a835ec7dc2d618b9023067e4c6e7c6d122e06c8f.tar.bz2 |
Removing some unused variables.
Diffstat (limited to 'src/gui/styles/qcleanlooksstyle.cpp')
-rw-r--r-- | src/gui/styles/qcleanlooksstyle.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/styles/qcleanlooksstyle.cpp b/src/gui/styles/qcleanlooksstyle.cpp index fa6aeb2..0a82c9c 100644 --- a/src/gui/styles/qcleanlooksstyle.cpp +++ b/src/gui/styles/qcleanlooksstyle.cpp @@ -84,14 +84,9 @@ enum Direction { // from windows style static const int windowsItemFrame = 2; // menu item frame width -static const int windowsSepHeight = 6; // separator item height static const int windowsItemHMargin = 3; // menu item hor text margin static const int windowsItemVMargin = 8; // menu item ver text margin -static const int windowsArrowHMargin = 6; // arrow horizontal margin -static const int windowsTabSpacing = 12; // space between text and tab -static const int windowsCheckMarkHMargin = 2; // horiz. margins of check mark static const int windowsRightBorder = 15; // right border on windows -static const int windowsCheckMarkWidth = 12; // checkmarks width on windows /* XPM */ static const char * const dock_widget_close_xpm[] = { |