summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-19 06:20:47 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-19 06:20:47 +0000
commit7ac889b79642ae4cc7e644b46510f8d7762988bf (patch)
treeee23080b549a9c9ef64ba723a0e3239a379be62b /input/input.h
parenta526b66d15b7645a602a29f8c228354906020fb2 (diff)
downloadmpv-7ac889b79642ae4cc7e644b46510f8d7762988bf.tar.bz2
mpv-7ac889b79642ae4cc7e644b46510f8d7762988bf.tar.xz
Remove remnants of the nonfunctional "grab_frames" command.
The command has been a no-op for years. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22273 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/input.h b/input/input.h
index 6a5565dd25..86706e6be4 100644
--- a/input/input.h
+++ b/input/input.h
@@ -3,7 +3,7 @@
#define MP_CMD_AUDIO_DELAY 1
#define MP_CMD_QUIT 2
#define MP_CMD_PAUSE 3
-#define MP_CMD_GRAB_FRAMES 4
+// #define MP_CMD_GRAB_FRAMES 4 // was a no-op command for years
#define MP_CMD_PLAY_TREE_STEP 5
#define MP_CMD_PLAY_TREE_UP_STEP 6
#define MP_CMD_PLAY_ALT_SRC_STEP 7