Mercurial > hg > octave-nkf
comparison 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 |
comparison
equal
deleted
inserted
replaced
8929:379297a149f0 | 8930:dd11de67a3f9 |
---|---|
2264 } | 2264 } |
2265 } | 2265 } |
2266 else | 2266 else |
2267 { | 2267 { |
2268 int fw = 2; | 2268 int fw = 2; |
2269 double scale = 1.0; | |
2270 int column_width = fw + 2; | 2269 int column_width = fw + 2; |
2271 octave_idx_type total_width = nc * column_width; | 2270 octave_idx_type total_width = nc * column_width; |
2272 octave_idx_type max_width = command_editor::terminal_cols (); | 2271 octave_idx_type max_width = command_editor::terminal_cols (); |
2273 | 2272 |
2274 if (pr_as_read_syntax) | 2273 if (pr_as_read_syntax) |