--- a/hedgewars/SDLh.pas Sat Aug 15 16:23:00 2015 +0300
+++ b/hedgewars/SDLh.pas Thu Sep 03 20:59:48 2015 +0300
@@ -1,6 +1,6 @@
(*
* Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2014 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2015 Andrey Korotaev <unC0Rr@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -53,20 +53,6 @@
type PLongInt = ^LongInt;
{$ENDIF}
-{$IFDEF DARWIN}
- {$IFNDEF HWLIBRARY}
- {$linklib SDLmain}
- {$PASCALMAINNAME SDL_main}
- {$linkframework Cocoa}
- {$linkframework SDL}
- {$linkframework SDL_net}
- {$linkframework SDL_image}
- {$linkframework SDL_ttf}
- {$linkframework SDL_mixer}
- {$linkframework OpenGL}
- {$ENDIF}
-{$ENDIF}
-
(* SDL *)
const