# HG changeset patch # User diego # Date 1235922703 0 # Node ID c54d67cf49f958c5ff1e3c647fd65dc8c5bd2782 # Parent 78176050fbc88a54099a1d9c4bb946d5607c11fd Remove now unnecessary linking hacks. diff -r 78176050fbc8 -r c54d67cf49f9 TOOLS/subrip.c --- a/TOOLS/subrip.c Sun Mar 01 15:00:38 2009 +0000 +++ b/TOOLS/subrip.c Sun Mar 01 15:51:43 2009 +0000 @@ -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 @@ int spu_changed; } spudec_handle_t; -int use_gui; -int gtkMessageBox; -int identify=0; int vobsub_id=0; int sub_pos=0;