summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-08-23 14:23:37 +0200
committerwm4 <wm4@nowhere>2017-08-23 14:23:37 +0200
commitb62150bd6ba55cda3bd74a2db6d64ea5acd84f8e (patch)
tree5465be86f45105c22b46f758b47f67f9e2e80310 /options
parent60ba7eebd72c16aa4a5c010eb6c046d54877583b (diff)
downloadmpv-b62150bd6ba55cda3bd74a2db6d64ea5acd84f8e.tar.bz2
mpv-b62150bd6ba55cda3bd74a2db6d64ea5acd84f8e.tar.xz
command: restore OSD marker for video equalizer properties
Commit 03cf150ff3516 accidentally dropped these. Readd them in a simpler way (so only a property_osd_display[] entry is enough). This commit doesn't actually touch the video equalizer properties, because the default value of 0 for the marker is what they require anyway.
Diffstat (limited to 'options')
-rw-r--r--options/m_property.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/options/m_property.h b/options/m_property.h
index 0e2d13c7e2..35d704ad97 100644
--- a/options/m_property.h
+++ b/options/m_property.h
@@ -82,11 +82,6 @@ enum mp_property_action {
// Pass down an action to a sub-property.
// arg: struct m_property_action_arg*
M_PROPERTY_KEY_ACTION,
-
- // Get the (usually constant) value that indicates no change. Obscure
- // special functionality for things like the volume property.
- // Otherwise works like M_PROPERTY_GET.
- M_PROPERTY_GET_NEUTRAL,
};
// Argument for M_PROPERTY_SWITCH