summaryrefslogtreecommitdiff
path: root/otk/eventdispatcher.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-08 08:43:41 +0000
committerDana Jansens <danakj@orodu.net>2003-01-08 08:43:41 +0000
commitd5cff9617cb8bf6416a1b574c111931e9e578b9f (patch)
treee0134cc25ac5c2d19a76170c61b1774f2f105202 /otk/eventdispatcher.hh
parentfade5572e3d157712a3552244358189abbf8efd5 (diff)
rm _focus, its no longer used
Diffstat (limited to 'otk/eventdispatcher.hh')
-rw-r--r--otk/eventdispatcher.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/otk/eventdispatcher.hh b/otk/eventdispatcher.hh
index 63e4ff29..c62e24b9 100644
--- a/otk/eventdispatcher.hh
+++ b/otk/eventdispatcher.hh
@@ -38,7 +38,6 @@ private:
OtkEventMap _map;
OtkEventHandler *_fallback;
OtkEventHandler *_master;
- Window _focus;
//! The time at which the last XEvent with a time was received
Time _lasttime;