summaryrefslogtreecommitdiff
path: root/src/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/display.h')
-rw-r--r--src/display.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/display.h b/src/display.h
index a3452d5f..a122c35a 100644
--- a/src/display.h
+++ b/src/display.h
@@ -188,10 +188,6 @@ struct _MetaDisplay
*/
MetaWindow *focus_window;
- /* Window that was the actual window from focus events before focus_window
- */
- MetaWindow *previously_focused_window;
-
/* window we are expecting a FocusIn event for or the current focus
* window if we are not expecting any FocusIn/FocusOut events; not
* perfect because applications can call XSetInputFocus directly.