summaryrefslogtreecommitdiffstats
path: root/twin-styles/smooth-blend/client/smoothblend.cc
diff options
context:
space:
mode:
Diffstat (limited to 'twin-styles/smooth-blend/client/smoothblend.cc')
-rw-r--r--twin-styles/smooth-blend/client/smoothblend.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/twin-styles/smooth-blend/client/smoothblend.cc b/twin-styles/smooth-blend/client/smoothblend.cc
index dda1f1b0..2f342b06 100644
--- a/twin-styles/smooth-blend/client/smoothblend.cc
+++ b/twin-styles/smooth-blend/client/smoothblend.cc
@@ -1303,23 +1303,7 @@ void smoothblendClient::showEvent(TQShowEvent *) {
void smoothblendClient::maxButtonPressed() {
if (button[ButtonMax]) {
-#if TDE_IS_VERSION(3, 3, 0)
maximize(button[ButtonMax]->lastMousePress());
-#else
-
- switch (button[ButtonMax]->lastMousePress()) {
- case MidButton:
- maximize(maximizeMode() ^ MaximizeVertical);
- break;
- case RightButton:
- maximize(maximizeMode() ^ MaximizeHorizontal);
- break;
- default:
- (maximizeMode() == MaximizeFull) ? maximize(MaximizeRestore)
- : maximize(MaximizeFull);
- }
-#endif
-
}
}