aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-01-13 18:59:49 (GMT)
committermarkt <markt>2007-01-13 18:59:49 (GMT)
commit09cc0bf6afa51466fd863b1e2f32ad5f5dd84bae (patch)
tree1f0418e17d8a543dd281df3c0599aaff4b3c8aa5 /src/Window.hh
parent9cace1f2cb9a082408e49e668bd02a16a016cd6e (diff)
downloadfluxbox-09cc0bf6afa51466fd863b1e2f32ad5f5dd84bae.zip
fluxbox-09cc0bf6afa51466fd863b1e2f32ad5f5dd84bae.tar.bz2
little cleanup
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 429747f..50f756d 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -426,8 +426,6 @@ public:
426 426
427 void reconfigTheme(); 427 void reconfigTheme();
428 428
429 const timeval &lastFocusTime() const { return m_last_focus_time;}
430
431 //@} 429 //@}
432 430
433 class WinSubject: public FbTk::Subject { 431 class WinSubject: public FbTk::Subject {
@@ -521,8 +519,6 @@ private:
521 Display *display; /// display connection 519 Display *display; /// display connection
522 BlackboxAttributes m_blackbox_attrib; 520 BlackboxAttributes m_blackbox_attrib;
523 521
524 timeval m_last_focus_time;
525
526 int m_button_grab_x, m_button_grab_y; // handles last button press event for move 522 int m_button_grab_x, m_button_grab_y; // handles last button press event for move
527 int m_last_resize_x, m_last_resize_y; // handles last button press event for resize 523 int m_last_resize_x, m_last_resize_y; // handles last button press event for resize
528 int m_last_move_x, m_last_move_y; // handles last pos for non opaque moving 524 int m_last_move_x, m_last_move_y; // handles last pos for non opaque moving