aboutsummaryrefslogtreecommitdiff
path: root/isfile.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'isfile.tcl')
-rw-r--r--isfile.tcl3
1 files changed, 0 insertions, 3 deletions
diff --git a/isfile.tcl b/isfile.tcl
index ad58ec1..07c290a 100644
--- a/isfile.tcl
+++ b/isfile.tcl
@@ -3,9 +3,6 @@ package require TclpdLib 0.20
package require tclfile
proc isfile::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 {}