From 412586888e7707cae3c47f85c7ee2e37653ba04e Mon Sep 17 00:00:00 2001 From: Adi Oanca Date: Sat, 29 Oct 2005 11:38:38 +0000 Subject: [PATCH] cleanup git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14566 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/Window.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/headers/os/interface/Window.h b/headers/os/interface/Window.h index e773012db8..15064265bb 100644 --- a/headers/os/interface/Window.h +++ b/headers/os/interface/Window.h @@ -20,7 +20,7 @@ // DEALINGS IN THE SOFTWARE. // // File Name: Window.h -// Author: Adrian Oanca (adioanca@mymail.ro) +// Author: Adrian Oanca (adioanca@gmail.com) // Description: BWindow is the base class for all windows (graphic areas // displayed on-screen). //------------------------------------------------------------------------------ @@ -353,9 +353,6 @@ private: void BuildTopView(); void setFocus(BView *focusView, bool notifyIputServer = false); - // message: B_MOUSE_UP, B_MOUSE_DOWN, B_MOUSE_MOVED - void sendMessageUsingEventMask(int32 message, BPoint where); - BView* sendMessageUsingEventMask2(BView* aView, int32 message, BPoint where); int32 findShortcut(uint32 key, uint32 modifiers); bool findHandler(BView* start, BHandler* handler); BView* findView(BView* aView, const char* viewName) const;