summaryrefslogtreecommitdiffstats
path: root/options/m_property.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/m_property.h')
-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