summaryrefslogtreecommitdiff
path: root/vcl/Library_vcl.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-12-08 13:58:27 +0200
committerTor Lillqvist <tml@collabora.com>2015-12-08 14:03:33 +0200
commitdff18c2be9c72aa05940982f506804eb41d3d79a (patch)
treec3105a0bb2cc5d9b0943af928ffc44f407384b9a /vcl/Library_vcl.mk
parent4c4999d944bbf8a34f8a320b8de6f4a325bd5d97 (diff)
Bin the pointless and thin OS X specific wrapper namespace 'OpenGLWrapper'
Besides, the namespace was confusingly named the same as the public cross-platform OpenGLWrapper struct (which is effectively just a namespace, too). Change-Id: I9a5255ec446dcdb5086d92a742f29327d0780685
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r--vcl/Library_vcl.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 87570d64916d..c7eee7f86123 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -106,10 +106,6 @@ $(eval $(call gb_Library_add_cxxflags,vcl,\
$(gb_OBJCXXFLAGS) \
))
-$(eval $(call gb_Library_add_exception_objects,vcl,\
- vcl/osx/OpenGLWrapper \
-))
-
endif
ifeq ($(ENABLE_JAVA),TRUE)