diff options
author | Pierre Ossman <ossman@cendio.se> | 2015-01-27 16:28:15 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2015-01-27 16:28:15 +0100 |
commit | 56610fb847eaf1fe27a5b7331ede93296ff835ff (patch) | |
tree | 807a10d413facd71e21816ca12459d5161298510 /vncviewer/Viewport.h | |
parent | 7e4da45422ecfb0746c5c79593a642a275142643 (diff) | |
download | tigervnc-56610fb847eaf1fe27a5b7331ede93296ff835ff.tar.gz tigervnc-56610fb847eaf1fe27a5b7331ede93296ff835ff.zip |
Raise FLTK requirement to 1.3.3
This means that we can remove a lot of conditionals and fallback code.
Diffstat (limited to 'vncviewer/Viewport.h')
-rw-r--r-- | vncviewer/Viewport.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vncviewer/Viewport.h b/vncviewer/Viewport.h index 8e60da65..387ff03b 100644 --- a/vncviewer/Viewport.h +++ b/vncviewer/Viewport.h @@ -75,9 +75,6 @@ private: static int handleSystemEvent(void *event, void *data); - rdr::U32 translateKeyEvent(void); - void handleFLTKKeyPress(void); - void initContextMenu(); void popupContextMenu(); |