diff include/ccnframe.h @ 22:05f76f9f9186

index buttons move to main-frame.
author pyon@macmini
date Wed, 27 Jul 2011 19:01:09 +0900
parents eb3f5c7c990f
children
line wrap: on
line diff
--- a/include/ccnframe.h	Mon Jul 25 05:20:55 2011 +0900
+++ b/include/ccnframe.h	Wed Jul 27 19:01:09 2011 +0900
@@ -1,5 +1,5 @@
 // Filename   : ccnframe.h
-// Last Change: 22-Jul-2011.
+// Last Change: 26-Jul-2011.
 //
 
 #ifndef __CCNFRAME__
@@ -37,10 +37,6 @@
 		wxListCtrl*       m_listCtrlCcn;
 		wxStaticText*     m_staticText5;
 		wxListCtrl*       m_listCtrlHhs;
-		wxButton*         m_btnPrevThu;
-		wxButton*         m_btnNextThu;
-		wxDatePickerCtrl* m_datePicker;
-		wxButton*         m_btnMkIdX;
 		wxButton*         m_btnClose;
 	
 	public:
@@ -51,9 +47,6 @@
 
         void OnSelectYmd(wxListEvent&);
         void OnSelectCcn(wxListEvent&);
-        void OnPrevThu(wxCommandEvent&);
-        void OnNextThu(wxCommandEvent&);
-        void OnMkIndex(wxCommandEvent&);
         void OnClose(wxCommandEvent&);
 };