From bdfe7cf5d2ecb3394a6f5eb721a65831f03c410b Mon Sep 17 00:00:00 2001 From: haydentech Date: Tue, 30 Dec 2003 22:41:50 +0000 Subject: [PATCH] Minor cleanup of erroneous comments git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5837 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/server/Layer.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/servers/app/server/Layer.cpp b/src/servers/app/server/Layer.cpp index bd1fe46b55..39400e6415 100644 --- a/src/servers/app/server/Layer.cpp +++ b/src/servers/app/server/Layer.cpp @@ -39,7 +39,6 @@ #include "ServerCursor.h" #include "CursorManager.h" #include "TokenHandler.h" -#include "RectUtils.h" #include "RootLayer.h" #include "DisplayDriver.h" #include "Desktop.h" @@ -233,14 +232,10 @@ void Layer::RemoveSelf() /*! \brief Finds the first child at a given point. \param pt Point to look for a child - \param recursive Flag to look for the bottom-most child \return non-NULL if found, NULL if not Find out which child gets hit if we click at a certain spot. Returns NULL if there are no _visible children or if the click does not hit a child layer - If recursive==true, then it will continue to call until it reaches a layer - which has no children, i.e. a layer that is at the top of its 'branch' in - the layer tree */ Layer* Layer::GetLayerAt(const BPoint &pt) {