Remove obsolete hlistplainprop procedure.

r2861 | ffr | 2010-01-13 16:12:16 +1100 (Wed, 13 Jan 2010) | 2 lines
This commit is contained in:
Ferdi Franceschini
2010-01-13 16:12:16 +11:00
committed by Douglas Clowes
parent fd6a955d6b
commit 7970a94acf
2 changed files with 1 additions and 9 deletions

View File

@@ -77,7 +77,7 @@ proc _query_nameval {query nameval_list} {
}
proc query_propval {hp query} {
return [ query_nameval $query [::utility::hlistplainprop $hp] ]
return [ query_nameval $query [hlistprop $hp tcllist] ]
}
proc query_attval {sobj query} {
return [ query_nameval $query [attlist $sobj] ]