summaryrefslogtreecommitdiff
path: root/retrace/glws.hpp
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2015-01-06 09:57:50 +0000
committerJosé Fonseca <jfonseca@vmware.com>2015-01-06 09:57:50 +0000
commit549ed1d0bf61403fb33dd4186a7610e87d687430 (patch)
treee803e6407e84801861bbe79640d8e021fc696ab9 /retrace/glws.hpp
parent35cc5012970e589bdf209cbda9dbb46ac563315f (diff)
glretrace: Drop deprecated glws::Profile
Diffstat (limited to 'retrace/glws.hpp')
-rw-r--r--retrace/glws.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/retrace/glws.hpp b/retrace/glws.hpp
index d1bf0046..fdbd4ab6 100644
--- a/retrace/glws.hpp
+++ b/retrace/glws.hpp
@@ -43,9 +43,6 @@
namespace glws {
-using glprofile::Api;
-using glprofile::API_GL;
-using glprofile::API_GLES;
using glprofile::Profile;
@@ -175,7 +172,7 @@ Drawable *
createDrawable(const Visual *visual, int width, int height, bool pbuffer = false);
bool
-bindApi(Api api);
+bindApi(glprofile::Api api);
Context *
createContext(const Visual *visual, Context *shareContext = 0, bool debug = false);