summaryrefslogtreecommitdiffstats
path: root/gui/cfg.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-25 13:05:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-25 13:05:07 +0000
commit3c8b565e90c0381cce88529201033249d2e48d53 (patch)
treed4342082de04cb513bf303e67ae5e7ce5aaa613d /gui/cfg.h
parentc6c2cbe5c07ca355dbd08eb6308052b54f0fd96c (diff)
downloadmpv-3c8b565e90c0381cce88529201033249d2e48d53.tar.bz2
mpv-3c8b565e90c0381cce88529201033249d2e48d53.tar.xz
Remove redundant extern declarations, #include the right headers instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24173 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/cfg.h')
-rw-r--r--gui/cfg.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gui/cfg.h b/gui/cfg.h
index c2e84efb6d..f6c9944127 100644
--- a/gui/cfg.h
+++ b/gui/cfg.h
@@ -64,10 +64,6 @@ typedef struct {
int bottom_margin;
} gtkASS_t;
extern gtkASS_t gtkASS;
-extern int ass_enabled;
-extern int ass_use_margins;
-extern int ass_top_margin;
-extern int ass_bottom_margin;
#endif
extern int cfg_read( void );