summaryrefslogtreecommitdiff
path: root/srt.h
diff options
context:
space:
mode:
authorb0ric <b0risov.alexandr@rambler.ru>2009-08-08 20:18:38 +0300
committerb0ric <b0risov.alexandr@rambler.ru>2009-08-08 20:18:38 +0300
commit343357ed1e7907cf4b488058053df280ae63c7bb (patch)
tree201915ed25612180af3745131be66ce19edf1a0b /srt.h
parent88db5cdceabf042f5e5d5695bf984900f8396225 (diff)
Now words are shown in alphabetical order
Diffstat (limited to 'srt.h')
-rw-r--r--srt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/srt.h b/srt.h
index 5b653f6..25cc832 100644
--- a/srt.h
+++ b/srt.h
@@ -19,9 +19,6 @@
#ifndef SRT_H
#define SRT_H
-//language setting
-extern Language lang;
-
int process_srt(FILE *);
int process_srt_line(char *);