aboutsummaryrefslogtreecommitdiff
path: root/games/quake2lnx/files/patch-src::ref_candygl::gl_rmisc.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/quake2lnx/files/patch-src::ref_candygl::gl_rmisc.c')
-rw-r--r--games/quake2lnx/files/patch-src::ref_candygl::gl_rmisc.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/quake2lnx/files/patch-src::ref_candygl::gl_rmisc.c b/games/quake2lnx/files/patch-src::ref_candygl::gl_rmisc.c
deleted file mode 100644
index 5579805c15ac..000000000000
--- a/games/quake2lnx/files/patch-src::ref_candygl::gl_rmisc.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/ref_candygl/gl_rmisc.c.orig Thu Jun 12 18:05:46 2003
-+++ src/ref_candygl/gl_rmisc.c Thu Jun 12 18:08:56 2003
-@@ -100,9 +100,6 @@
- int x,y;
- byte data[8][8][4];
-
-- byte *pic, *palette;
-- int width, height;
--
- partscale = (float)((int)gl_partscale->value)*0.01;
- if (partscale>1)
- partscale=1;