summaryrefslogtreecommitdiff
path: root/src/os/macosx/splash.h
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2021-02-06 20:09:12 +0100
committerMichael Lutz <michi@icosahedron.de>2021-02-13 22:21:17 +0100
commit23389e949169ee65ca2b53cb09c11f6d4ce2bd67 (patch)
tree62f027ce879cd7165247bf223cf7c3519a48b659 /src/os/macosx/splash.h
parent063b90b97db14e19a339a3970eb33c6ba6e6d37f (diff)
downloadopenttd-23389e949169ee65ca2b53cb09c11f6d4ce2bd67.tar.xz
Remove: [OSX] Startup splash screen.
It wasn't displayed anyway as it was never copied to the bundle.
Diffstat (limited to 'src/os/macosx/splash.h')
-rw-r--r--src/os/macosx/splash.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/os/macosx/splash.h b/src/os/macosx/splash.h
deleted file mode 100644
index 8ddb63857..000000000
--- a/src/os/macosx/splash.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * This file is part of OpenTTD.
- * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
- * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
- */
-
-/** @file splash.h Functions to support splash screens for OSX. */
-
-#ifndef SPLASH_H
-#define SPLASH_H
-
-#define SPLASH_IMAGE_FILE "splash.png"
-
-void DisplaySplashImage();
-
-#endif /* SPLASH_H */