diff libgui/graphics/Object.cc @ 19789:5fec783ffc6d

Object.cc: Stop unused parameter warning for Object::print empty subroutine. * Object.cc: Declare function prototype only, without variable names.
author Rik <rik@octave.org>
date Wed, 18 Feb 2015 18:56:51 -0800
parents 35bca657d74d
children b6061813a693
line wrap: on
line diff
--- a/libgui/graphics/Object.cc	Wed Feb 18 19:39:58 2015 -0500
+++ b/libgui/graphics/Object.cc	Wed Feb 18 18:56:51 2015 -0800
@@ -140,7 +140,7 @@
 {
 }
 
-void Object::print (const QString& file_cmd, const QString& term)
+void Object::print (const QString& /* file_cmd */, const QString& /* term */)
 {
 }