Usermode/AxWin3 - Working on keyboard input
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / decorator.c
index 99ceed2..f91c0ca 100644 (file)
@@ -41,8 +41,6 @@ void Decorator_UpdateBorderSize(tWindow *Window)
        if( Window->Flags & WINFLAG_MAXIMIZED )
                return ;
 
-       _SysDebug("BorderL = %i", ciSideBorderWidth);
-       
        Window->BorderB = ciBottomBorderWidth;
        Window->BorderR = ciSideBorderWidth;
        Window->BorderL = ciSideBorderWidth;

UCC git Repository :: git.ucc.asn.au