From 6d7d713ac977be6f91bdc987d79a537a4d129c91 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 1 Mar 2009 15:51:43 +0000 Subject: Remove now unnecessary linking hacks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28781 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/subrip.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'TOOLS/subrip.c') 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; -- cgit v1.2.3