Removed unnecessary elements from the menu.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@150 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfbplayer/resource.h b/rfbplayer/resource.h
index 249a7d9..6e5fdf4 100644
--- a/rfbplayer/resource.h
+++ b/rfbplayer/resource.h
@@ -16,7 +16,6 @@
#define ID_PLAYPAUSE 40018
#define ID_STOP 40019
#define ID_GOTO 40020
-#define ID_SETSPEED 40021
#define ID_LOOP 40022
#define ID_COPYTOCLIPBOARD 40023
#define ID_FRAMEEXTRACT 40024
diff --git a/rfbplayer/rfbplayer.rc b/rfbplayer/rfbplayer.rc
index 6d64aef..26576b8 100644
--- a/rfbplayer/rfbplayer.rc
+++ b/rfbplayer/rfbplayer.rc
@@ -143,7 +143,6 @@
MENUITEM "Play/Pause\tSpace", ID_PLAYPAUSE
MENUITEM "Stop\tC", ID_STOP
MENUITEM "Go To...\tCtrl+G", ID_GOTO
- MENUITEM "Set Speed...\tCtrl+S", ID_SETSPEED
MENUITEM SEPARATOR
MENUITEM "Loop\tCtrl+L", ID_LOOP
END
@@ -179,7 +178,6 @@
"O", ID_OPENFILE, VIRTKEY, CONTROL, NOINVERT
"P", ID_OPTIONS, VIRTKEY, CONTROL, NOINVERT
"Q", ID_CLOSEFILE, VIRTKEY, CONTROL, NOINVERT
- "S", ID_SETSPEED, VIRTKEY, CONTROL, NOINVERT
VK_F5, ID_ZOOM_50, VIRTKEY, NOINVERT
VK_F6, ID_ZOOM_100, VIRTKEY, NOINVERT
VK_F7, ID_ZOOM_200, VIRTKEY, NOINVERT