From 1481422a6b603a7c6ab043704fff539aa0039cf1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 14 Nov 2011 19:00:16 +0000 Subject: namespace is now created by tclpd, so remove here svn path=/trunk/externals/tclfile/; revision=15747 --- exists.tcl | 3 --- 1 file changed, 3 deletions(-) (limited to 'exists.tcl') diff --git a/exists.tcl b/exists.tcl index 017da58..6533e49 100644 --- a/exists.tcl +++ b/exists.tcl @@ -3,9 +3,6 @@ package require TclpdLib 0.20 package require tclfile proc exists::constructor {self args} { - if {![namespace exists $self]} { - namespace eval $self {} - } variable ${self}::current_canvas [canvas_getcurrent] # set to blank so the var always exists variable ${self}::filename {} -- cgit v1.2.1