Removed a friend, a printf and a blank line. :-)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12280 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca 2005-04-10 11:26:59 +00:00
parent bd15cefa12
commit d137bc62e8
3 changed files with 0 additions and 3 deletions

View File

@ -154,7 +154,6 @@ protected:
friend class RootLayer; friend class RootLayer;
friend class WinBorder; friend class WinBorder;
friend class ServerWindow; friend class ServerWindow;
friend class Workspace;
void move_layer(float x, float y); void move_layer(float x, float y);
void resize_layer(float x, float y); void resize_layer(float x, float y);

View File

@ -1444,7 +1444,6 @@ cl->fBoundsLeftTop.PrintToStream();
{ {
STRACE(("ServerWindow %s: Message AS_SHOW_WINDOW\n",fTitle.String())); STRACE(("ServerWindow %s: Message AS_SHOW_WINDOW\n",fTitle.String()));
Show(); Show();
printf("Adi: %s shown\n", fTitle.String());
break; break;
} }
case AS_HIDE_WINDOW: case AS_HIDE_WINDOW:

View File

@ -245,7 +245,6 @@ void WinBorder::MouseUp(click_type action)
fIsZooming = false; fIsZooming = false;
fDecorator->SetZoom(false); fDecorator->SetZoom(false);
fDecorator->DrawZoom(); fDecorator->DrawZoom();
if(action==DEC_ZOOM) if(action==DEC_ZOOM)
Window()->Zoom(); Window()->Zoom();
return; return;