summaryrefslogtreecommitdiffstats
path: root/core/m_option.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-08-02 17:03:13 +0200
committerwm4 <wm4@nowhere>2013-08-02 17:03:13 +0200
commitf8589c98891b11eea249c998b1dc2fac50c99b46 (patch)
tree31c556e5f1b645828febbc5e0db989f77baec291 /core/m_option.h
parentbc1d61cf4296ab41564adb896e454e48c292e451 (diff)
downloadmpv-f8589c98891b11eea249c998b1dc2fac50c99b46.tar.bz2
mpv-f8589c98891b11eea249c998b1dc2fac50c99b46.tar.xz
Remove m_struct
Not needed anymore.
Diffstat (limited to 'core/m_option.h')
-rw-r--r--core/m_option.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/m_option.h b/core/m_option.h
index 973da4daaa..b237c4b243 100644
--- a/core/m_option.h
+++ b/core/m_option.h
@@ -31,7 +31,6 @@
typedef struct m_option_type m_option_type_t;
typedef struct m_option m_option_t;
-struct m_struct_st;
struct m_config;
///////////////////////////// Options types declarations ////////////////////