projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99635c9
)
Remove bogus DoDelete from 44730. It's appears that it's supposed to be
author
David Elliott
<dfe@tgwbd.org>
Sat, 28 Jul 2007 21:00:55 +0000
(21:00 +0000)
committer
David Elliott
<dfe@tgwbd.org>
Sat, 28 Jul 2007 21:00:55 +0000
(21:00 +0000)
DoDeleteItems which was added in a different place.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47797
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/cocoa/choice.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/cocoa/choice.h
b/include/wx/cocoa/choice.h
index e0ad953c9aa4a27a68d42eb1178d844e90919cd8..045a21cbc15fd08f975c34359ec91cab89780635 100644
(file)
--- a/
include/wx/cocoa/choice.h
+++ b/
include/wx/cocoa/choice.h
@@
-81,7
+81,6
@@
protected:
// ------------------------------------------------------------------------
public:
virtual void DoClear();
- virtual void DoDelete(unsigned int n);
virtual unsigned int GetCount() const;
virtual wxString GetString(unsigned int) const;
virtual void SetString(unsigned int pos, const wxString&);