From b012d38478443a7b8d71450ee8d63bea6d66b2d5 Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Sun, 17 Nov 2024 20:31:59 +0200 Subject: [PATCH] deleted removed function declaration --- bochs/gui/wxmain.h | 1 - 1 file changed, 1 deletion(-) diff --git a/bochs/gui/wxmain.h b/bochs/gui/wxmain.h index e3e26cf33..b74f8ed26 100644 --- a/bochs/gui/wxmain.h +++ b/bochs/gui/wxmain.h @@ -189,7 +189,6 @@ class MyFrame: public wxFrame void OnLogDlg(BxEvent *be); void OnEditPluginCtrl(wxCommandEvent& event); void OnEditCPU(wxCommandEvent& event); - void OnEditCPUID(wxCommandEvent& event); void OnEditMemory(wxCommandEvent& event); void OnEditClockCmos(wxCommandEvent& event); void OnEditPCI(wxCommandEvent& event);