summaryrefslogtreecommitdiffstats
path: root/TOOLS/subrip.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-03-07 01:04:41 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-03-07 01:04:41 +0200
commite0172b96e3b6cc6a8b62ee5a52f780941a43de8b (patch)
treef652f6d15740667d5434e526db3fd12a0573aa0f /TOOLS/subrip.c
parent0c6f667896620943ee6ae899d6e36c3da5c98c54 (diff)
parent7e253f01715811e0c4f5f5b54317b098f2cd59d9 (diff)
downloadmpv-e0172b96e3b6cc6a8b62ee5a52f780941a43de8b.tar.bz2
mpv-e0172b96e3b6cc6a8b62ee5a52f780941a43de8b.tar.xz
Merge svn changes up to r28862
Diffstat (limited to 'TOOLS/subrip.c')
-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;