[MPlayer-cvslog] r28781 - trunk/TOOLS/subrip.c

diego subversion at mplayerhq.hu
Sun Mar 1 16:51:43 CET 2009


Author: diego
Date: Sun Mar  1 16:51:43 2009
New Revision: 28781

Log:
Remove now unnecessary linking hacks.

Modified:
   trunk/TOOLS/subrip.c

Modified: trunk/TOOLS/subrip.c
==============================================================================
--- trunk/TOOLS/subrip.c	Sun Mar  1 16:00:38 2009	(r28780)
+++ trunk/TOOLS/subrip.c	Sun Mar  1 16:51:43 2009	(r28781)
@@ -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;
 



More information about the MPlayer-cvslog mailing list