Skip to content

Commit

Permalink
Remove extra data
Browse files Browse the repository at this point in the history
  • Loading branch information
LiMinggang committed Nov 30, 2015
1 parent 6796c9a commit a77b5b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/MadAboutDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,14 @@ class MadAboutDialog : public wxDialog
wxTextCtrl *WxMemoLicense;
wxStaticBoxSizer *WxStaticBoxSizer1;
wxPanel *WxPanelLicense;
wxPanel *WxAuiNoteBookPageLicense;
wxTextCtrl *WxMemoCredits;
wxTextCtrl *WxMemoAbout;
wxBoxSizer *WxBoxSizer6;
wxBoxSizer *WxBoxSizer7;
wxPanel *WxPanelCredits;
wxPanel *WxAuiNoteBookPageCredits;
wxPanel *WxPanelAbout;
wxButton *WxButtonCancel;
wxButton *WxButtonOK;
wxPanel *WxAuiNoteBookPageAbout;
wxAuiNotebook *WxAuiNotebookAbout;
wxStaticBitmap *WxStaticBitmap2;
wxStaticBitmap *WxStaticBitmap1;
Expand All @@ -95,13 +92,10 @@ class MadAboutDialog : public wxDialog
////GUI Enum Control ID Start
ID_WXMEMOLICENSE = 1029,
ID_WXPANELLICENSE = 1027,
ID_WXAUINOTEBOOKPAGELICENSE = 1026,
ID_WXMEMOCREDITS = 1025,
ID_WXMEMOABOUT = 1024,
ID_WXPANELCREDITS = 1018,
ID_WXAUINOTEBOOKPAGECREDITS = 1017,
ID_WXPANELABOUT = 1014,
ID_WXAUINOTEBOOKPAGEABOUT = 1011,
ID_WXAUINOTEBOOKABOUT = 1010,
ID_WXSTATICBITMAP2 = 1009,
ID_WXSTATICBITMAP1 = 1008,
Expand Down

0 comments on commit a77b5b7

Please sign in to comment.