summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl/gl_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/gl/gl_context.cc')
-rw-r--r--ui/gfx/gl/gl_context.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/gfx/gl/gl_context.cc b/ui/gfx/gl/gl_context.cc
index 9cf1e40..6391dc5 100644
--- a/ui/gfx/gl/gl_context.cc
+++ b/ui/gfx/gl/gl_context.cc
@@ -13,12 +13,6 @@
namespace gfx {
-GLContext::GLContext() {
-}
-
-GLContext::~GLContext() {
-}
-
std::string GLContext::GetExtensions() {
DCHECK(IsCurrent(NULL));
const char* ext = reinterpret_cast<const char*>(glGetString(GL_EXTENSIONS));