aboutsummaryrefslogtreecommitdiff
path: root/backends/gp32/h/gpfont_port.h
diff options
context:
space:
mode:
authorJonathan Gray2002-12-02 02:45:07 +0000
committerJonathan Gray2002-12-02 02:45:07 +0000
commit2961f75365e216e413ed73030ce213eba50c80a5 (patch)
tree6e033a362811d45eb00e6205e4fc2ab00d8d04c2 /backends/gp32/h/gpfont_port.h
parentf4e438b4ce3cb10df531d3b60345c1cb046efeef (diff)
downloadscummvm-rg350-2961f75365e216e413ed73030ce213eba50c80a5.tar.gz
scummvm-rg350-2961f75365e216e413ed73030ce213eba50c80a5.tar.bz2
scummvm-rg350-2961f75365e216e413ed73030ce213eba50c80a5.zip
remove gp32 files until license issues are sorted out
svn-id: r5812
Diffstat (limited to 'backends/gp32/h/gpfont_port.h')
-rw-r--r--backends/gp32/h/gpfont_port.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/backends/gp32/h/gpfont_port.h b/backends/gp32/h/gpfont_port.h
deleted file mode 100644
index 4ea71b60d4..0000000000
--- a/backends/gp32/h/gpfont_port.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __GPFONT_PORT_H__
-#define __GPFONT_PORT_H__
-
-#define KORFONT_W 12 /* pixel */
-#define KORFONT_H 12 /* pixel */
-#define ENGFONT_W 8 /* pixel */
-#define ENGFONT_H 16 /* pixel */
-#define FONT_CHARGAP 4 /* percentage */
-#define FONT_LINEGAP 4 /* percentage */
-
-#endif