diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-10-09 00:15:53 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-10-09 00:15:53 (GMT) |
commit | f3bd8e7565a482dd4af9a26a51d94c36f9ac6704 (patch) | |
tree | 2713864a15e2594ca6292a0c3a7e3bcf486caf92 /src/Window.hh | |
parent | 706ec5c262dd8b99238d1db4871e6de071cf2624 (diff) | |
download | fluxbox_pavel-f3bd8e7565a482dd4af9a26a51d94c36f9ac6704.zip fluxbox_pavel-f3bd8e7565a482dd4af9a26a51d94c36f9ac6704.tar.bz2 |
don't show window on new workspace when warping with outline moving
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index 27901d2..97ece55 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -297,8 +297,6 @@ public: | |||
297 | // popup menu on last button press position | 297 | // popup menu on last button press position |
298 | void popupMenu(); | 298 | void popupMenu(); |
299 | 299 | ||
300 | void pauseMoving(); | ||
301 | void resumeMoving(); | ||
302 | /** | 300 | /** |
303 | @name event handlers | 301 | @name event handlers |
304 | */ | 302 | */ |