diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2013-12-30 10:24:20 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2013-12-30 10:24:20 (GMT) |
| commit | af970ce4578746c01560160938a3ab93b11fd0f3 (patch) | |
| tree | 9dd08e96712d0bbeb26b46b3c2ac5d1312d63be7 /generic/tclOOInt.h | |
| parent | 830a18d4d8114998c98667bceaa37e2f084503ff (diff) | |
| parent | 87c73c7a5ce9591b246bf6123facd9577c70ffce (diff) | |
| download | tcl-af970ce4578746c01560160938a3ab93b11fd0f3.zip tcl-af970ce4578746c01560160938a3ab93b11fd0f3.tar.gz tcl-af970ce4578746c01560160938a3ab93b11fd0f3.tar.bz2 | |
merge main working branch
Diffstat (limited to 'generic/tclOOInt.h')
| -rw-r--r-- | generic/tclOOInt.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/generic/tclOOInt.h b/generic/tclOOInt.h index ab54964..c0e4022 100644 --- a/generic/tclOOInt.h +++ b/generic/tclOOInt.h @@ -122,12 +122,6 @@ typedef struct ForwardMethod { Tcl_Obj *prefixObj; /* The list of values to use to replace the * object and method name with. Will be a * non-empty list. */ - int fullyQualified; /* If 1, the command name is fully qualified - * and we should let the default Tcl mechanism - * handle the command lookup because it is - * more efficient. If 0, we need to do a - * specialized lookup based on the current - * object's namespace. */ } ForwardMethod; /* |
