diff options
Diffstat (limited to 'plugins/SplashScreen/src')
-rw-r--r-- | plugins/SplashScreen/src/main.cpp | 1 | ||||
-rw-r--r-- | plugins/SplashScreen/src/resource.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SplashScreen/src/main.cpp b/plugins/SplashScreen/src/main.cpp index 87b877927e..53275e83c5 100644 --- a/plugins/SplashScreen/src/main.cpp +++ b/plugins/SplashScreen/src/main.cpp @@ -70,7 +70,6 @@ void SplashMain() logMessage(L"Miranda version", mirandaVerString);
mir_free(mirandaVerString);
logMessage(L"Dll Name", _A2W(__FILENAME));
- logMessage(L"Advaimg path", szhAdvaimgPath);
#endif
ReadDbConfig();
diff --git a/plugins/SplashScreen/src/resource.h b/plugins/SplashScreen/src/resource.h index 5920dc5806..76c4697d9d 100644 --- a/plugins/SplashScreen/src/resource.h +++ b/plugins/SplashScreen/src/resource.h @@ -23,7 +23,6 @@ #define IDC_LOOPSOUND 1022
#define IDC_SHOWVERSION 1023
#define IDC_VERSIONPREFIX 1024
-#define IDC_PNG2DIBWARN 1025
// Next default values for new objects
//
|