summaryrefslogtreecommitdiff
path: root/graphics/libaux/files/patch-font.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libaux/files/patch-font.c')
-rw-r--r--graphics/libaux/files/patch-font.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/libaux/files/patch-font.c b/graphics/libaux/files/patch-font.c
deleted file mode 100644
index fa65d7af3ad4..000000000000
--- a/graphics/libaux/files/patch-font.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- font.c 2001/03/14 10:51:36 1.1
-+++ font.c 2001/03/14 10:51:48
-@@ -32,7 +32,7 @@
- void auxCreateFont(void)
- {
- bitmapBase = glGenLists(256);
-- if (auxCreateBitmapFont(bitmapBase) == GL_FALSE) {
-+ if (tkCreateBitmapFont(bitmapBase) == GL_FALSE) {
- auxQuit();
- }
- }