From b62150bd6ba55cda3bd74a2db6d64ea5acd84f8e Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 23 Aug 2017 14:23:37 +0200 Subject: 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. --- options/m_property.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'options/m_property.h') 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 -- cgit v1.2.3