mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-15 13:07:58 -04:00
Remove appframe OnMessage
This commit is contained in:
parent
06da0a913c
commit
4ec97af590
@ -687,8 +687,3 @@ bool AppFrame::loadSession(std::string fileName) {
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void AppFrame::OnMessage(std::string text, std::string title) {
|
|
||||||
wxMessageDialog *message = new wxMessageDialog(NULL, wxString::Format(text.c_str()), wxString::Format(title.c_str()), wxOK | wxICON_ERROR );
|
|
||||||
message->ShowModal();
|
|
||||||
}
|
|
||||||
|
@ -51,8 +51,6 @@ public:
|
|||||||
void saveSession(std::string fileName);
|
void saveSession(std::string fileName);
|
||||||
bool loadSession(std::string fileName);
|
bool loadSession(std::string fileName);
|
||||||
|
|
||||||
void OnMessage(std::string message, std::string title);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void OnMenu(wxCommandEvent& event);
|
void OnMenu(wxCommandEvent& event);
|
||||||
void OnClose(wxCommandEvent& event);
|
void OnClose(wxCommandEvent& event);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user