projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
GetString() method queries the control for the string when called, m_commandString...
[wxWidgets.git]
/
src
/
common
/
cmdproc.cpp
diff --git
a/src/common/cmdproc.cpp
b/src/common/cmdproc.cpp
index 320084dcce81a8c7de9e3fad425fad9cfbb642ee..0bfe20d3f59f2320515938ad1eb2faf90a893e4c 100644
(file)
--- a/
src/common/cmdproc.cpp
+++ b/
src/common/cmdproc.cpp
@@
-53,10
+53,6
@@
wxCommand::wxCommand(bool canUndoIt, const wxString& name)
m_commandName = name;
}
-wxCommand::~wxCommand()
-{
-}
-
// ----------------------------------------------------------------------------
// Command processor
// ----------------------------------------------------------------------------