summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-11-22 10:31:33 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-11-22 10:31:33 +0000
commit0394ebe44df99f8fc725dc4a66ab37209ef4d55b (patch)
treeb1b768b0ef85a92ab2917e0225410a0f366bf742 /apps/gui/gwps.h
parent5e4a6824bb0ad1829a51e3b2a71a1d1d748eca37 (diff)
downloadrockbox-0394ebe44df99f8fc725dc4a66ab37209ef4d55b.tar.gz
rockbox-0394ebe44df99f8fc725dc4a66ab37209ef4d55b.zip
FS#9557 - fix the %mv and %t timeout so its intrepreted correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19177 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index 6a4849c347..ff402a73a9 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -121,9 +121,6 @@ struct align_pos {
121 121
122#endif 122#endif
123 123
124#define DEFAULT_SUBLINE_TIME_MULTIPLIER 20 /* (10ths of sec) */
125#define BASE_SUBLINE_TIME 10 /* base time that multiplier is applied to
126 (1/HZ sec, or 100ths of sec) */
127#define SUBLINE_RESET -1 124#define SUBLINE_RESET -1
128 125
129enum wps_parse_error { 126enum wps_parse_error {