From 6ed7498cbf3f12934d18917631f6dd6b17b86fa8 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 18 Aug 2007 11:04:36 +0000 Subject: [PATCH] Comment cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@48156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/aui/auibook.h | 2 -- src/aui/auibook.cpp | 4 ---- 2 files changed, 6 deletions(-) diff --git a/include/wx/aui/auibook.h b/include/wx/aui/auibook.h index 686817f2e4..f79b33632e 100644 --- a/include/wx/aui/auibook.h +++ b/include/wx/aui/auibook.h @@ -416,11 +416,9 @@ public: size_t GetTabOffset() const; void SetTabOffset(size_t offset); - // JACS // Is the tab visible? bool IsTabVisible(int tabPage, int tabOffset, wxDC* dc, wxWindow* wnd); - // JACS // Make the tab visible if it wasn't already void MakeTabVisible(int tabPage, wxWindow* win); diff --git a/src/aui/auibook.cpp b/src/aui/auibook.cpp index fea6868df8..7a9da0c399 100644 --- a/src/aui/auibook.cpp +++ b/src/aui/auibook.cpp @@ -2557,7 +2557,6 @@ void wxAuiTabCtrl::OnButton(wxAuiNotebookEvent& event) } } -// JACS void wxAuiTabCtrl::OnSetFocus(wxFocusEvent& WXUNUSED(event)) { Refresh(); @@ -2568,7 +2567,6 @@ void wxAuiTabCtrl::OnKillFocus(wxFocusEvent& WXUNUSED(event)) Refresh(); } -// JACS void wxAuiTabCtrl::OnChar(wxKeyEvent& event) { if (GetActivePage() == -1) @@ -4382,8 +4380,6 @@ void wxAuiNotebook::AdvanceSelection(bool forward) SetSelection(currentSelection); } -// JACS - // Shows the window menu bool wxAuiNotebook::ShowWindowMenu() {