summaryrefslogtreecommitdiffstats
path: root/m_property.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_property.h')
-rw-r--r--m_property.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/m_property.h b/m_property.h
index 0a94b26335..902f38c77e 100644
--- a/m_property.h
+++ b/m_property.h
@@ -183,10 +183,6 @@ int m_property_int_ro(const m_option_t* prop,int action,
int m_property_int_range(const m_option_t* prop,int action,
void* arg,int* var);
-/// Same as m_property_int_range but cycle.
-int m_property_choice(const m_option_t* prop,int action,
- void* arg,int* var);
-
int m_property_flag_ro(const m_option_t* prop,int action,
void* arg,int var);