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/qplastiquestyle.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/qplastiquestyle.cpp')
-rw-r--r-- | src/gui/styles/qplastiquestyle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/styles/qplastiquestyle.cpp b/src/gui/styles/qplastiquestyle.cpp index 89d4ca5..04559dc 100644 --- a/src/gui/styles/qplastiquestyle.cpp +++ b/src/gui/styles/qplastiquestyle.cpp @@ -98,7 +98,6 @@ static const int windowsItemHMargin = 3; // menu item hor text margin static const int windowsItemVMargin = 2; // 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 |