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 WinBorder;
friend class ServerWindow;
friend class Workspace;
void move_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()));
Show();
printf("Adi: %s shown\n", fTitle.String());
break;
}
case AS_HIDE_WINDOW:

View File

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