summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-01 15:51:43 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-01 15:51:43 +0000
commit6d7d713ac977be6f91bdc987d79a537a4d129c91 (patch)
treebf11f67f0b20e7e1e0a827af57049120ecc8c073 /TOOLS
parent00b4789f650d25851fe34462f8a3dd991be620a9 (diff)
downloadmpv-6d7d713ac977be6f91bdc987d79a537a4d129c91.tar.bz2
mpv-6d7d713ac977be6f91bdc987d79a537a4d129c91.tar.xz
Remove now unnecessary linking hacks.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28781 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/subrip.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/TOOLS/subrip.c b/TOOLS/subrip.c
index 2c783394a5..edcd811816 100644
--- a/TOOLS/subrip.c
+++ b/TOOLS/subrip.c
@@ -21,8 +21,6 @@
#include "vobsub.h"
#include "spudec.h"
-void guiMessageBox(int level, char * str) {};
-
/* XXX Kludge ahead, this MUST be the same as the definitions found in ../spudec.c */
typedef struct packet_t packet_t;
struct packet_t {
@@ -74,9 +72,6 @@ typedef struct {
int spu_changed;
} spudec_handle_t;
-int use_gui;
-int gtkMessageBox;
-int identify=0;
int vobsub_id=0;
int sub_pos=0;