diff options
Diffstat (limited to 'plugins/RecentContacts/RecentContacts.cpp')
| -rw-r--r-- | plugins/RecentContacts/RecentContacts.cpp | 26 | 
1 files changed, 1 insertions, 25 deletions
diff --git a/plugins/RecentContacts/RecentContacts.cpp b/plugins/RecentContacts/RecentContacts.cpp index b15f068e3e..e77cc5a8a9 100644 --- a/plugins/RecentContacts/RecentContacts.cpp +++ b/plugins/RecentContacts/RecentContacts.cpp @@ -548,31 +548,7 @@ int OnModulesLoaded(WPARAM wParam, LPARAM lParam)  	//maxShownContacts = ;
  	LoadDBSettings();
 -   if ( ServiceExists(MS_UPDATE_REGISTER)) {
 -      char szVersion[16];
 -
 -      Update update = {0};
 -      update.cbSize = sizeof(Update);
 -      update.szComponentName = pluginInfo.shortName;
 -      update.pbVersion = (BYTE *)CreateVersionString(pluginInfo.version, szVersion);
 -      update.cpbVersion = (int)strlen((char *)update.pbVersion);
 -
 -      update.szUpdateURL = UPDATER_AUTOREGISTER;
 -
 -      // these are the three lines that matter - the archive, the page containing the version string, and the text (or data)
 -      // before the version that we use to locate it on the page
 -      // (note that if the update URL and the version URL point to standard file listing entries, the backend xml
 -      // data will be used to check for updates rather than the actual web page - this is not true for beta urls)
 -      update.szBetaUpdateURL      = "http://kildor.miranda.im/miranda/recentcontacts.zip";
 -      update.szBetaVersionURL     = "http://kildor.miranda.im/miranda/recentcontacts.txt";
 -      update.szBetaChangelogURL   = "http://kildor.miranda.im/miranda/recentcontacts_changes.txt";
 -      update.pbBetaVersionPrefix  = (BYTE *)"RecentContacts ";
 -      update.cpbBetaVersionPrefix = (int)strlen((char *)update.pbBetaVersionPrefix);
 -
 -      CallService(MS_UPDATE_REGISTER, 0, (WPARAM)&update);
 -   }
 -
 -	/*
 +   /*
    	if (ServiceExists(MS_FONT_REGISTERT)) {
  		FontIDT fid={0};
  | 
