hedgewars/PNGh.pas
changeset 8697 9624836094de
parent 8685 c0e54583296e
child 9080 9b42757d7e71
--- a/hedgewars/PNGh.pas	Fri Mar 08 11:26:47 2013 -0500
+++ b/hedgewars/PNGh.pas	Sat Mar 09 00:20:58 2013 +0100
@@ -23,11 +23,6 @@
 
 uses png;
 
-{$IFDEF FPC}
-    {$PACKRECORDS C}
-{$ELSE}
-    {$DEFINE cdecl attribute(cdecl)}
-{$ENDIF}
 
 {$IFDEF DARWIN}
     {$linklib png}