Kaydet (Commit) e111caa9 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove unused method

Change-Id: I17d3e3fa4671d0004e2d7918ea3bcad1a7bcd2b5
üst 6ee47728
...@@ -23,8 +23,6 @@ public: ...@@ -23,8 +23,6 @@ public:
static void swapBuffers(NSOpenGLView* pView); static void swapBuffers(NSOpenGLView* pView);
static void makeCurrent(NSOpenGLView* pView); static void makeCurrent(NSOpenGLView* pView);
static void resetCurrent(); static void resetCurrent();
static void init(NSOpenGLView* pView);
}; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
...@@ -24,8 +24,4 @@ void OpenGLWrapper::resetCurrent() ...@@ -24,8 +24,4 @@ void OpenGLWrapper::resetCurrent()
[NSOpenGLContext clearCurrentContext]; [NSOpenGLContext clearCurrentContext];
} }
void OpenGLWrapper::init(NSOpenGLView* pView)
{
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment