diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-09-01 22:14:59 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-09-02 01:08:54 +0200 |
commit | e111caa906f683f3e31a015e3a40414320271541 (patch) | |
tree | b08bbce3b2d3e39fe88b16c99c5c9e927994c7b2 /vcl/inc | |
parent | 6ee477283d185f990892598593616d8951ce0e92 (diff) |
remove unused method
Change-Id: I17d3e3fa4671d0004e2d7918ea3bcad1a7bcd2b5
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/OpenGLWrapper.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/OpenGLWrapper.hxx b/vcl/inc/OpenGLWrapper.hxx index 6911c33630d7..0b90b41ac4e2 100644 --- a/vcl/inc/OpenGLWrapper.hxx +++ b/vcl/inc/OpenGLWrapper.hxx @@ -23,8 +23,6 @@ public: static void swapBuffers(NSOpenGLView* pView); static void makeCurrent(NSOpenGLView* pView); static void resetCurrent(); - - static void init(NSOpenGLView* pView); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |