summaryrefslogtreecommitdiffstats
path: root/Gui/config.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-07 21:04:14 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-07 21:04:14 +0000
commit83e1eed13d1b566420b416fef2ec044cfd3ba92b (patch)
tree3e809bd0883bc06c7ad94fb8eb59d7732a2894ce /Gui/config.h
parent70c0a8df28688ae933c392fdf0ccecc88c57bd6e (diff)
downloadmpv-83e1eed13d1b566420b416fef2ec044cfd3ba92b.tar.bz2
mpv-83e1eed13d1b566420b416fef2ec044cfd3ba92b.tar.xz
some bug fix, and add decoration item to skin conffile. faszom(C)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1867 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/config.h')
-rw-r--r--Gui/config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Gui/config.h b/Gui/config.h
deleted file mode 100644
index 6383a46535..0000000000
--- a/Gui/config.h
+++ /dev/null
@@ -1,11 +0,0 @@
-
-#ifndef __MYCONFIG
-#define __MYCONFIG
-
-extern unsigned char * cfgAppName;
-extern unsigned char * cfgSkin;
-
-extern int cfgRead( void );
-extern void cfgDefaults( void );
-
-#endif \ No newline at end of file