diff options
author | dartraiden <wowemuh@gmail.com> | 2018-03-08 14:30:16 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-03-08 14:30:16 +0300 |
commit | a86b6bfd5163bfe9466562832a5de028899b89bf (patch) | |
tree | e445d76403223e264c4755fb26bce8cd4b1a110b /plugins/SplashScreen/src/main.cpp | |
parent | b6988d21a53e9c1ec87d0bdf20be39ae85c945c0 (diff) |
remove more Advaimg-related code
Diffstat (limited to 'plugins/SplashScreen/src/main.cpp')
-rw-r--r-- | plugins/SplashScreen/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 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();
|