summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library/print.tcl4
1 files changed, 0 insertions, 4 deletions
diff --git a/library/print.tcl b/library/print.tcl
index e7a5de6..35ea4d1 100644
--- a/library/print.tcl
+++ b/library/print.tcl
@@ -60,8 +60,6 @@ namespace eval ::tk::print {
variable dpi_y
variable copies
- set printer_name ""
-
#First, we select the printer.
_selectprinter
@@ -98,7 +96,6 @@ namespace eval ::tk::print {
variable printargs
variable printer_name
- set printer_name ""
_set_dc
if {$printer_name eq ""} {
return
@@ -255,7 +252,6 @@ namespace eval ::tk::print {
variable printargs
variable printer_name
- set printer_name ""
_set_dc
if {$printer_name eq ""} {
return