mirror of
https://github.com/moparisthebest/Simba
synced 2025-02-07 02:30:19 -05:00
Removed unused IFDEF
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@548 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
5107b530e6
commit
e1e46c1def
@ -173,9 +173,7 @@ begin;
|
||||
begin;
|
||||
Invalidaterect(temphandle, nil, true);
|
||||
UpdateWindow(temphandle);
|
||||
{$IFDEF MSWINDOWS}
|
||||
RedrawWindow(TempHandle, nil, 0, RDW_Frame or RDW_Invalidate or RDW_Updatenow or RDW_Allchildren);
|
||||
{$ENDIF}
|
||||
end;
|
||||
if Handle <> 0 then
|
||||
begin;
|
||||
|
Loading…
Reference in New Issue
Block a user