diff src/pr-output.cc @ 8930:dd11de67a3f9

pr-output.cc: avoid unused variable warning
author John W. Eaton <jwe@octave.org>
date Sat, 07 Mar 2009 15:12:25 -0500
parents eb63fbe60fab
children 51dc9691f23f
line wrap: on
line diff
--- a/src/pr-output.cc	Sat Mar 07 14:41:42 2009 -0500
+++ b/src/pr-output.cc	Sat Mar 07 15:12:25 2009 -0500
@@ -2266,7 +2266,6 @@
   else
     {
       int fw = 2;
-      double scale = 1.0;
       int column_width = fw + 2;
       octave_idx_type total_width = nc * column_width;
       octave_idx_type max_width = command_editor::terminal_cols ();