diff options
Diffstat (limited to 'plugins/Svc_vi/hooked_events.cpp')
-rw-r--r-- | plugins/Svc_vi/hooked_events.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/Svc_vi/hooked_events.cpp b/plugins/Svc_vi/hooked_events.cpp index 2a391a7e39..77d72e6a97 100644 --- a/plugins/Svc_vi/hooked_events.cpp +++ b/plugins/Svc_vi/hooked_events.cpp @@ -49,18 +49,6 @@ int UnhookEvents() int OnModulesLoaded(WPARAM wParam, LPARAM lParam)
{
- char buffer[1024];
- Update update = {0};
- update.cbSize = sizeof(Update);
- update.szComponentName = __PLUGIN_DISPLAY_NAME;
- update.pbVersion = (BYTE *) CreateVersionString(VERSION, buffer);
- update.cpbVersion = (int) strlen((char *) update.pbVersion);
- update.szUpdateURL = UPDATER_AUTOREGISTER;
- update.szBetaVersionURL = VERSIONINFO_VERSION_URL;
- update.szBetaUpdateURL = VERSIONINFO_UPDATE_URL;
- update.pbBetaVersionPrefix = (BYTE *) VERSIONINFO_VERSION_PREFIX;
- update.cpbBetaVersionPrefix = (int) strlen(VERSIONINFO_VERSION_PREFIX);
- CallService(MS_UPDATE_REGISTER, 0, (LPARAM) &update);
bFoldersAvailable = ServiceExists(MS_FOLDERS_REGISTER_PATH);
hOutputLocation = FoldersRegisterCustomPathT("VersionInfo", "Output folder", _T("%miranda_path%"));
|