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:
parent
bd15cefa12
commit
d137bc62e8
@ -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);
|
||||
|
@ -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:
|
||||
|
@ -245,7 +245,6 @@ void WinBorder::MouseUp(click_type action)
|
||||
fIsZooming = false;
|
||||
fDecorator->SetZoom(false);
|
||||
fDecorator->DrawZoom();
|
||||
|
||||
if(action==DEC_ZOOM)
|
||||
Window()->Zoom();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user