summaryrefslogtreecommitdiff
path: root/splashscreen/src
diff options
context:
space:
mode:
Diffstat (limited to 'splashscreen/src')
-rw-r--r--splashscreen/src/m_splash.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/splashscreen/src/m_splash.h b/splashscreen/src/m_splash.h
deleted file mode 100644
index 3652e6a..0000000
--- a/splashscreen/src/m_splash.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// 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
-
-#define MS_SHOWSPLASH "SplashScreen/Show"