From e6cbc87af9bff253bcf9a2720b341032364ab977 Mon Sep 17 00:00:00 2001 From: angelo Date: Thu, 11 Sep 1997 14:39:57 +0000 Subject: [PATCH] Tolta dichiarazone stringa inutile (provocava anche un check nel caso di posizionamento/settaggio offset). git-svn-id: svn://10.65.10.50/trunk@5188 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/printwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/printwin.cpp b/include/printwin.cpp index 58c9e3c7d..fe9cc82d5 100755 --- a/include/printwin.cpp +++ b/include/printwin.cpp @@ -217,7 +217,7 @@ void TPrintwin::paint_row(long j) set_font(printer().fontname(), XVT_FS_NONE, _char_size); #if XVT_OS == XVT_OS_WIN || XVT_OS == XVT_OS_WIN32 // Questa e' la patch per TTY.DRV. - const TString s(_txt.line(j - _frlc)); + //const TString s(_txt.line(j - _frlc)); if (j > 0 && (j % _realformlen) == 0 || _blank_lines_to_print > 0) { /*