summaryrefslogtreecommitdiffstats
path: root/libass/ass_utils.h
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2009-07-10 23:55:02 +0200
committerGrigori Goronzy <greg@blackbox>2009-07-11 00:03:56 +0200
commit613a22ab9b96453c10de6d75b43067652ad6d7db (patch)
tree76405fc5c113cb602f0778c85413fcb421aa127f /libass/ass_utils.h
parent9305f3815442f8c0bd735e96832b7f72628bfcad (diff)
downloadlibass-613a22ab9b96453c10de6d75b43067652ad6d7db.tar.bz2
libass-613a22ab9b96453c10de6d75b43067652ad6d7db.tar.xz
Replace string defines with real strings
Instead of referencing string defines from help_mp.h, use the strings directly in ass_msg. Consequently, help_mp.h is useless and can be deleted.
Diffstat (limited to 'libass/ass_utils.h')
-rw-r--r--libass/ass_utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libass/ass_utils.h b/libass/ass_utils.h
index e1e06ad..efcf883 100644
--- a/libass/ass_utils.h
+++ b/libass/ass_utils.h
@@ -32,8 +32,6 @@
#include <enca.h>
#endif
-#include "help_mp.h"
-
#define MSGL_FATAL 0
#define MSGL_ERR 1
#define MSGL_WARN 2