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