Commit 16856de924677f203a2afac61be027243bb67d22

Authored by Steve Greedy
1 parent 529d6552

Update BUNDLBLDR

Showing 2 changed files with 1 additions and 5 deletions   Show diff stats
GUI/SW1/SRC/BUNDLEBLDR.cpp
@@ -1615,7 +1615,3 @@ void BUNDLEBLDR::OnSpinButton1ChangeDown(wxSpinEvent& event) @@ -1615,7 +1615,3 @@ void BUNDLEBLDR::OnSpinButton1ChangeDown(wxSpinEvent& event)
1615 1615
1616 DrawBundleCsection(); 1616 DrawBundleCsection();
1617 } 1617 }
1618 -  
1619 -void BUNDLEBLDR::OnPanel2Paint1(wxPaintEvent& event)  
1620 -{  
1621 -}  
GUI/SW1/SRC/BUNDLEBLDR.h
@@ -125,7 +125,7 @@ class BUNDLEBLDR: public wxDialog @@ -125,7 +125,7 @@ class BUNDLEBLDR: public wxDialog
125 125
126 126
127 //wxGenericDirCtrl *tree; 127 //wxGenericDirCtrl *tree;
128 - wxSpecificDirCtrl *tree; 128 + wxSpecificDirCtrl *tree2;
129 129
130 wxString PathToMOD; 130 wxString PathToMOD;
131 wxString MODname; 131 wxString MODname;