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.hh | |
| parent | fade5572e3d157712a3552244358189abbf8efd5 (diff) | |
rm _focus, its no longer used
Diffstat (limited to 'otk/eventdispatcher.hh')
| -rw-r--r-- | otk/eventdispatcher.hh | 1 |
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; |
