]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/cgl/glcontext.cpp
Remove names from unused parameters
[libs/gui.git] / source / graphics / cgl / glcontext.cpp
index 748b9b1416eb338a6d21a30b40c0fbdaa7682437..4d51052175902d85db9805ee34a2c0c81aaae135 100644 (file)
@@ -72,7 +72,7 @@ void GLContext::swap_buffers()
        flush_gl_buffer(priv->context);
 }
 
-void GLContext::window_resized(unsigned w, unsigned h)
+void GLContext::window_resized(unsigned, unsigned)
 {
        // XXX Call [context update] here?
 }