diff options
author | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 19:33:06 +0000 |
---|---|---|
committer | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 19:33:06 +0000 |
commit | 0b2765e449455ccd543d829df055a61fb3001108 (patch) | |
tree | b2f2ce06322cf869b400337c6759b91fa3f9438d /media/player/resource.h | |
parent | 75d50f7e453213f4c3634d4990598fc19c8e6bc1 (diff) | |
download | chromium_src-0b2765e449455ccd543d829df055a61fb3001108.zip chromium_src-0b2765e449455ccd543d829df055a61fb3001108.tar.gz chromium_src-0b2765e449455ccd543d829df055a61fb3001108.tar.bz2 |
media player cleanup of old unused menu items
BUG=17415
TEST=options menu has no greyed out items in it. about box date updated.
Review URL: http://codereview.chromium.org/164334
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/player/resource.h')
-rw-r--r-- | media/player/resource.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/media/player/resource.h b/media/player/resource.h index fd47fe4..4c4b643 100644 --- a/media/player/resource.h +++ b/media/player/resource.h @@ -32,8 +32,6 @@ #define ID_PLAY_PLAY 32781 #define ID_PLAY_PLAY_PAUSE 32782 #define ID_OPTIONS_EXIT 32840 -#define ID_OPTIONS_OPENMP 32790 -#define ID_OPTIONS_SWSCALER 32791 #define ID_OPTIONS_DRAW 32792 #define ID_OPTIONS_AUDIO 32793 #define ID_OPTIONS_DUMPYUVFILE 32794 |