Remove pushbuttom web page functions

This commit is contained in:
Ron Pedde
2006-06-06 04:04:22 +00:00
parent e1d07af882
commit 9e648abd61
2 changed files with 0 additions and 9 deletions

View File

@@ -53,7 +53,6 @@ private:
// Message Handlers
BEGIN_MSG_MAP(CAboutPage)
MESSAGE_HANDLER(WM_INITDIALOG, OnInitDialog)
COMMAND_ID_HANDLER(IDC_WEBSITE, OnWebsite)
COMMAND_ID_HANDLER(IDC_COPY, OnCopy)
MSG_WM_CTLCOLORSTATIC(OnCtlColorStatic)
CHAIN_MSG_MAP(base)
@@ -64,7 +63,6 @@ private:
END_DDX_MAP()
LRESULT OnInitDialog(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
LRESULT OnWebsite(WORD /*wNotifyCode*/, WORD wID, HWND /*hWndCtl*/, BOOL& /*bHandled*/);
LRESULT OnCopy(WORD /*wNotifyCode*/, WORD wID, HWND /*hWndCtl*/, BOOL& /*bHandled*/);
LRESULT OnCtlColorStatic(HDC, HWND);