[Glide64] Cleanup Config.cpp
This commit is contained in:
parent
6d74a71bd1
commit
5fffda4115
|
@ -42,7 +42,6 @@
|
|||
//
|
||||
//****************************************************************
|
||||
|
||||
|
||||
// -*- C++ -*- generated by wxGlade 0.6.3 on Tue Oct 07 22:39:28 2008
|
||||
|
||||
#include "Gfx_1.3.h"
|
||||
|
@ -290,7 +289,6 @@ wxNotebook(parent, id, pos, size, 0)
|
|||
// end wxGlade
|
||||
}
|
||||
|
||||
|
||||
BEGIN_EVENT_TABLE(ConfigNotebook, wxNotebook)
|
||||
// begin wxGlade: ConfigNotebook::event_table
|
||||
EVT_CHECKBOX(wxID_VRAM, ConfigNotebook::OnClickVRAM)
|
||||
|
@ -357,7 +355,6 @@ void ConfigNotebook::onPerformace(wxCommandEvent & /*event*/)
|
|||
// wxLogDebug(wxT("Event handler (ConfigNotebook::onPerformace) not implemented yet")); //notify the user that he hasn't implemented the event handler yet
|
||||
}
|
||||
|
||||
|
||||
void ConfigNotebook::onQuality(wxCommandEvent & /*event*/)
|
||||
{
|
||||
cbxEnhCompressCache->SetValue(true);
|
||||
|
@ -404,7 +401,6 @@ event.Skip();
|
|||
wxLogDebug(wxT("Event handler (ConfigNotebook::onPageChanged) not implemented yet")); //notify the user that he hasn't implemented the event handler yet
|
||||
}
|
||||
|
||||
|
||||
void ConfigNotebook::onPageChanging(wxNotebookEvent &event)
|
||||
{
|
||||
event.Skip();
|
||||
|
@ -414,7 +410,6 @@ wxLogDebug(wxT("Event handler (ConfigNotebook::onPageChanging) not implemented y
|
|||
|
||||
// wxGlade: add ConfigNotebook event handlers
|
||||
|
||||
|
||||
void ConfigNotebook::set_properties()
|
||||
{
|
||||
// begin wxGlade: ConfigNotebook::set_properties
|
||||
|
@ -482,7 +477,6 @@ void ConfigNotebook::set_properties()
|
|||
cbxFBO->SetValue(settings.wrpFBO > 0);
|
||||
cbxAnisotropic->SetValue(settings.wrpAnisotropic > 0);
|
||||
|
||||
|
||||
//emulation settings panel
|
||||
if (settings.advanced_options)
|
||||
{
|
||||
|
@ -623,7 +617,6 @@ void ConfigNotebook::set_properties()
|
|||
// end wxGlade
|
||||
}
|
||||
|
||||
|
||||
void ConfigNotebook::do_layout()
|
||||
{
|
||||
// begin wxGlade: ConfigNotebook::do_layout
|
||||
|
@ -951,7 +944,6 @@ wxDialog(parent, id, title, pos, size, wxDEFAULT_DIALOG_STYLE)
|
|||
// end wxGlade
|
||||
}
|
||||
|
||||
|
||||
BEGIN_EVENT_TABLE(Glide64ConfigDialog, wxDialog)
|
||||
// begin wxGlade: Glide64ConfigDialog::event_table
|
||||
// EVT_NOTEBOOK_PAGE_CHANGED(wxID_ANY, Glide64ConfigDialog::onPageChanged)
|
||||
|
@ -969,7 +961,6 @@ event.Skip();
|
|||
wxLogDebug(wxT("Event handler (Glide64ConfigDialog::onPageChanged) not implemented yet")); //notify the user that he hasn't implemented the event handler yet
|
||||
}
|
||||
|
||||
|
||||
void Glide64ConfigDialog::onPageChanging(wxNotebookEvent &event)
|
||||
{
|
||||
event.Skip();
|
||||
|
@ -993,7 +984,6 @@ void Glide64ConfigDialog::OnOK(wxCommandEvent &event)
|
|||
// wxLogDebug(wxT("Event handler (Glide64ConfigDialog::OnOK) not implemented yet")); //notify the user that he hasn't implemented the event handler yet
|
||||
}
|
||||
|
||||
|
||||
void Glide64ConfigDialog::OnCancel(wxCommandEvent &event)
|
||||
{
|
||||
event.Skip();
|
||||
|
@ -1001,10 +991,8 @@ void Glide64ConfigDialog::OnCancel(wxCommandEvent &event)
|
|||
// wxLogDebug(wxT("Event handler (Glide64ConfigDialog::OnCancel) not implemented yet")); //notify the user that he hasn't implemented the event handler yet
|
||||
}
|
||||
|
||||
|
||||
// wxGlade: add Glide64ConfigDialog event handlers
|
||||
|
||||
|
||||
void Glide64ConfigDialog::set_properties()
|
||||
{
|
||||
// begin wxGlade: Glide64ConfigDialog::set_properties
|
||||
|
@ -1012,7 +1000,6 @@ void Glide64ConfigDialog::set_properties()
|
|||
// end wxGlade
|
||||
}
|
||||
|
||||
|
||||
void Glide64ConfigDialog::do_layout()
|
||||
{
|
||||
// begin wxGlade: Glide64ConfigDialog::do_layout
|
||||
|
@ -1033,8 +1020,6 @@ void Glide64ConfigDialog::do_layout()
|
|||
// end wxGlade
|
||||
}
|
||||
|
||||
|
||||
|
||||
#ifdef TEXTURE_FILTER
|
||||
uint32_t texfltr[] = {
|
||||
NO_FILTER, //"None"
|
||||
|
@ -1156,7 +1141,6 @@ void CloseConfig()
|
|||
mutexProcessDList->Unlock();
|
||||
}
|
||||
|
||||
|
||||
AboutDialog::AboutDialog(wxWindow* parent, int id, const wxString& title, const wxPoint& pos, const wxSize& size, long /*style*/) :
|
||||
wxDialog(parent, id, title, pos, size, wxDEFAULT_DIALOG_STYLE)
|
||||
{
|
||||
|
@ -1168,7 +1152,6 @@ wxDialog(parent, id, title, pos, size, wxDEFAULT_DIALOG_STYLE)
|
|||
// end wxGlade
|
||||
}
|
||||
|
||||
|
||||
void AboutDialog::set_properties()
|
||||
{
|
||||
// begin wxGlade: AboutDialog::set_properties
|
||||
|
@ -1177,7 +1160,6 @@ void AboutDialog::set_properties()
|
|||
// end wxGlade
|
||||
}
|
||||
|
||||
|
||||
void AboutDialog::do_layout()
|
||||
{
|
||||
// begin wxGlade: AboutDialog::do_layout
|
||||
|
|
Loading…
Reference in New Issue