From d5cff9617cb8bf6416a1b574c111931e9e578b9f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 8 Jan 2003 08:43:41 +0000 Subject: [PATCH] rm _focus, its no longer used --- otk/eventdispatcher.cc | 2 +- otk/eventdispatcher.hh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/otk/eventdispatcher.cc b/otk/eventdispatcher.cc index 621cd6fc..07164f0b 100644 --- a/otk/eventdispatcher.cc +++ b/otk/eventdispatcher.cc @@ -11,7 +11,7 @@ namespace otk { OtkEventDispatcher::OtkEventDispatcher() - : _fallback(0), _master(0), _focus(None) + : _fallback(0), _master(0) { } 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; -- 2.39.2