From d5cff9617cb8bf6416a1b574c111931e9e578b9f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 8 Jan 2003 08:43:41 +0000 Subject: rm _focus, its no longer used --- otk/eventdispatcher.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/eventdispatcher.cc') 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) { } -- cgit v1.2.3