Bit of CVS clean-up

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1998-12-13 11:27:27 +00:00
parent 137f22e18f
commit bbf7319063
26 changed files with 259 additions and 4894 deletions

View File

@@ -78,7 +78,7 @@ bool MyApp::OnInit(void)
return TRUE;
}
void MyApp::DoTimeDemo(wxCommandEvent& event)
void MyApp::DoTimeDemo(wxCommandEvent& WXUNUSED(event))
{
wxTextCtrl& textCtrl = * GetTextCtrl();
@@ -88,7 +88,7 @@ void MyApp::DoTimeDemo(wxCommandEvent& event)
textCtrl << "It is now " << (wxString) now << "\n";
}
void MyApp::DoDateDemo(wxCommandEvent& event)
void MyApp::DoDateDemo(wxCommandEvent& WXUNUSED(event))
{
wxTextCtrl& textCtrl = * GetTextCtrl();
@@ -230,7 +230,7 @@ void MyApp::DoDateDemo(wxCommandEvent& event)
textCtrl << "The last date of this year is " << v4.GetYearEnd() << "\n";
}
void MyApp::DoVariantDemo(wxCommandEvent& event)
void MyApp::DoVariantDemo(wxCommandEvent& WXUNUSED(event) )
{
wxTextCtrl& textCtrl = * GetTextCtrl();