diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-08 08:43:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-08 08:43:41 +0000 |
| commit | d5cff9617cb8bf6416a1b574c111931e9e578b9f (patch) | |
| tree | e0134cc25ac5c2d19a76170c61b1774f2f105202 /otk/eventdispatcher.cc | |
| parent | fade5572e3d157712a3552244358189abbf8efd5 (diff) | |
rm _focus, its no longer used
Diffstat (limited to 'otk/eventdispatcher.cc')
| -rw-r--r-- | otk/eventdispatcher.cc | 2 |
1 files changed, 1 insertions, 1 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) { } |
