]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/wgl/glcontext.cpp
Remove names from unused parameters
[libs/gui.git] / source / graphics / wgl / glcontext.cpp
index b6b2c5f91a68dc1d9260aec31ef3dc38d7c1beb2..844f7a712c990a1442a7f442c4d50e5034e5b602 100644 (file)
@@ -60,7 +60,7 @@ void GLContext::swap_buffers()
        ReleaseDC(window.get_private().window, dc);
 }
 
-void GLContext::window_resized(unsigned w, unsigned h)
+void GLContext::window_resized(unsigned, unsigned)
 { }
 
 } // namespace Graphics