]> git.localhorst.tv Git - blank.git/blobdiff - src/init.cpp
remove unused (explicit) destructors
[blank.git] / src / init.cpp
index 9e73c2890226e11cd20a271cefae00c79c4f3e7c..2c1c73ad6155e0aae9654f9fa9a58f6c93477fe2 100644 (file)
@@ -62,10 +62,6 @@ InitGL::InitGL() {
        }
 }
 
-InitGL::~InitGL() {
-
-}
-
 
 Window::Window()
 : handle(SDL_CreateWindow(
@@ -171,8 +167,4 @@ InitGLEW::InitGLEW() {
        }
 }
 
-InitGLEW::~InitGLEW() {
-
-}
-
 }