summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer-def.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-03-10 23:54:16 +0100
committerUoti Urpala <uau@mplayer2.org>2011-04-20 04:22:53 +0300
commitd10b54fc2e1a669146541a8d17f0a36b3e22a405 (patch)
treefdb04079614fd431cd002bd3a369ccbc1e2ea869 /cfg-mplayer-def.h
parent79bb5650388883cbfe7a0fbae19aaf493d0f5118 (diff)
downloadmpv-d10b54fc2e1a669146541a8d17f0a36b3e22a405.tar.bz2
mpv-d10b54fc2e1a669146541a8d17f0a36b3e22a405.tar.xz
config: remove pointless cfg-mplayer-def.h file
Diffstat (limited to 'cfg-mplayer-def.h')
-rw-r--r--cfg-mplayer-def.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/cfg-mplayer-def.h b/cfg-mplayer-def.h
deleted file mode 100644
index 720b800ca4..0000000000
--- a/cfg-mplayer-def.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * This file is part of MPlayer.
- *
- * MPlayer is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * MPlayer is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with MPlayer; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
-
-#ifndef MPLAYER_CFG_MPLAYER_DEF_H
-#define MPLAYER_CFG_MPLAYER_DEF_H
-
-static char* default_config=
-"# Write your default config options here!\n"
-"\n"
-//"nosound=nem"
-"\n";
-
-#endif /* MPLAYER_CFG_MPLAYER_DEF_H */