aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
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