summaryrefslogtreecommitdiff
path: root/tools/checkwps/checkwps.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-09-13 13:40:58 +0000
committerThomas Martitz <kugel@rockbox.org>2009-09-13 13:40:58 +0000
commitc0f1c49178b4c205e1c990ea2fb25a417305528c (patch)
tree637fdedd15f2119125cdaa257fbf7798e8687e74 /tools/checkwps/checkwps.h
parent541dd6fda5ae93073a0b9c499f62af2cf46f3529 (diff)
downloadrockbox-c0f1c49178b4c205e1c990ea2fb25a417305528c.tar.gz
rockbox-c0f1c49178b4c205e1c990ea2fb25a417305528c.zip
Get rid of some of the code duplication from checkwps, it still duplicates a lot though.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22695 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/checkwps/checkwps.h')
-rw-r--r--tools/checkwps/checkwps.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/checkwps/checkwps.h b/tools/checkwps/checkwps.h
index 1032cca246..dd7da32776 100644
--- a/tools/checkwps/checkwps.h
+++ b/tools/checkwps/checkwps.h
@@ -25,8 +25,6 @@
25#include <stdlib.h> 25#include <stdlib.h>
26#include <stdbool.h> 26#include <stdbool.h>
27 27
28#define FONT_SYSFIXED 0
29#define FONT_UI 1
30#define SYSFONT_HEIGHT 8 28#define SYSFONT_HEIGHT 8
31 29
32#ifndef MIN 30#ifndef MIN