Mercurial > mplayer.hg
changeset 28746:c54d67cf49f9
Remove now unnecessary linking hacks.
author | diego |
---|---|
date | Sun, 01 Mar 2009 15:51:43 +0000 |
parents | 78176050fbc8 |
children | 983d33669b6b |
files | TOOLS/subrip.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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;