mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Remove some useless "typedef wxX X"
This commit is contained in:
@@ -40,7 +40,7 @@ void KeywordsPanel::initControls() {
|
||||
// init controls
|
||||
splitter = new wxSplitterWindow(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL);
|
||||
list = new KeywordList(splitter, ID_KEYWORD_LIST);
|
||||
panel = new Panel(splitter, wxID_ANY);
|
||||
panel = new wxPanel(splitter, wxID_ANY);
|
||||
keyword = new TextCtrl(panel, ID_KEYWORD, false);
|
||||
mode = new wxChoice(panel, ID_KEYWORD_MODE, wxDefaultPosition, wxDefaultSize, 0, nullptr);
|
||||
match = new TextCtrl(panel, ID_MATCH, false);
|
||||
|
||||
Reference in New Issue
Block a user