diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-15 16:27:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-15 16:27:58 +0300 |
commit | 56239808326cc550d0b1bd45a368e89957e7021b (patch) | |
tree | b0a4f839381b543502ed963b6b1f4868086a1d6e /plugins/ExternalAPI/delphi/m_splash.inc | |
parent | cc2d5db55ce7c1d65d7919c7e7f0ce5c48da26f2 (diff) |
unused pascal headers removed
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_splash.inc')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_splash.inc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/ExternalAPI/delphi/m_splash.inc b/plugins/ExternalAPI/delphi/m_splash.inc deleted file mode 100644 index 0ff1dde6f6..0000000000 --- a/plugins/ExternalAPI/delphi/m_splash.inc +++ /dev/null @@ -1,11 +0,0 @@ -{$IFNDEF M_SPLASH}
-{$DEFINE M_SPLASH}
-
-// Shows splash image
-// wParam = (char *) image filename, either relative to Miranda dir or absolute
-// lParam = (int) time to display in milliseconds, 0 - infinite (hangs on screen until clicked)
-// returns: 1 if success and 0 if failed
-const
- MS_SHOWSPLASH:PAnsiChar = 'SplashScreen/Show';
-
-{$ENDIF}
|