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