projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61bfe4b
)
Removed pointless Salford C++ support
author
Julian Smart
<julian@anthemion.co.uk>
Fri, 28 Mar 2003 09:46:09 +0000
(09:46 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Fri, 28 Mar 2003 09:46:09 +0000
(09:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19844
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/module.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/module.cpp
b/src/common/module.cpp
index d296b83d68794da38f66361ff16ff5aeff07ce54..8397312756c520a4f07b0ba53c8639d1a719f20b 100644
(file)
--- a/
src/common/module.cpp
+++ b/
src/common/module.cpp
@@
-24,14
+24,7
@@
#include "wx/hash.h"
#include "wx/listimpl.cpp"
-#ifdef __SALFORDC__
-void wxwxModuleListNode::DeleteData()
-{
- delete (_WX_LIST_ITEM_TYPE_wxModuleList *)GetData();
-}
-#else
WX_DEFINE_LIST(wxModuleList);
-#endif
IMPLEMENT_CLASS(wxModule, wxObject)