projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Removed obsolete check
[wxWidgets.git]
/
wxPython
/
wxSWIG
/
swig_lib
/
tcl
/
delcmd.swg
1
/* delcmd.swg : Tcl object deletion method */
2
3
static void TclDelete@CLASS@(ClientData clientData) {
4
@DESTRUCTOR@((@CLASSTYPE@) clientData);
5
}
6