diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-03-02 20:22:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-03-02 20:23:57 +0100 |
commit | fa50edeb728b4c3320b88a648f5144faf5e2c1b6 (patch) | |
tree | 22dd212705c04c25f3c1fe81b55d03140595ede2 /svx | |
parent | 6efb7f65eea764ffe5b71f65f9b7eea125183ec3 (diff) |
Remove references to unused GLU
(after removing the one remaining use of gluErrorString in a SAL_WARN call)
Change-Id: Ib94e346d73e508e69c07deafdc690e3ae0e23d4e
Diffstat (limited to 'svx')
-rw-r--r-- | svx/Executable_gengal.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/Executable_gengal.mk b/svx/Executable_gengal.mk index 6e8bda1de304..38d5697f32a2 100644 --- a/svx/Executable_gengal.mk +++ b/svx/Executable_gengal.mk @@ -72,7 +72,6 @@ $(eval $(call gb_Executable_add_libs,gengal,\ -ldl \ -lpthread \ -lGL \ - -lGLU \ -lX11 \ )) |