summaryrefslogtreecommitdiff
path: root/src/post/goom/gfontrle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/goom/gfontrle.h')
-rw-r--r--src/post/goom/gfontrle.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/post/goom/gfontrle.h b/src/post/goom/gfontrle.h
deleted file mode 100644
index 41e2462fd..000000000
--- a/src/post/goom/gfontrle.h
+++ /dev/null
@@ -1,7 +0,0 @@
-extern const struct {
- unsigned int width;
- unsigned int height;
- unsigned int bytes_per_pixel;
- unsigned int rle_size;
- unsigned char rle_pixel [49725];
-} the_font ;