summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-12-21 11:41:48 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-01-05 14:47:37 +0100
commit2e7ca8a6b69c935d5b2beb3a0a618c54bbbac33b (patch)
tree580f9476b39fb1a4ea2ba6b111a208c7fe77d490 /Makethird
parent4d45a50c5efb68be44a2e39bf12a4a11353acc4f (diff)
downloadmupdf-2e7ca8a6b69c935d5b2beb3a0a618c54bbbac33b.tar.xz
gl: Remove unused GLUT variables from makefiles.
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makethird b/Makethird
index 2f698942..02459b1b 100644
--- a/Makethird
+++ b/Makethird
@@ -463,8 +463,3 @@ ifeq "$(HAVE_X11)" "yes"
X11_CFLAGS := $(SYS_X11_CFLAGS)
X11_LIBS := $(SYS_X11_LIBS)
endif
-
-ifeq "$(HAVE_GLUT)" "yes"
-GLUT_CFLAGS := $(SYS_GLUT_CFLAGS)
-GLUT_LIBS := $(SYS_GLUT_LIBS)
-endif