]> git.localhorst.tv Git - blank.git/blobdiff - src/init.hpp
remove unused (explicit) destructors
[blank.git] / src / init.hpp
index d596cbc346f880247a98b8b3ceae9e278acdaa9a..a467e69157eebc63e29dd5dcb961aeb8cb4febad 100644 (file)
@@ -37,7 +37,6 @@ class InitGL {
 
 public:
        InitGL();
-       ~InitGL();
 
        InitGL(const InitGL &) = delete;
        InitGL &operator =(const InitGL &) = delete;
@@ -98,7 +97,6 @@ class InitGLEW {
 
 public:
        InitGLEW();
-       ~InitGLEW();
 
        InitGLEW(const InitGLEW &) = delete;
        InitGLEW &operator =(const InitGLEW &) = delete;