diff options
Diffstat (limited to 'plugins/IgnoreState/main.cpp')
| -rw-r--r-- | plugins/IgnoreState/main.cpp | 28 | 
1 files changed, 0 insertions, 28 deletions
diff --git a/plugins/IgnoreState/main.cpp b/plugins/IgnoreState/main.cpp index 7f2407a84c..75253d256b 100644 --- a/plugins/IgnoreState/main.cpp +++ b/plugins/IgnoreState/main.cpp @@ -249,34 +249,6 @@ int onModulesLoaded(WPARAM wParam,LPARAM lParam)  		onExtraImageListRebuild(0,0);
  	}
 -
 -	// Updater support
 -	// switch off
 -	if ( ServiceExists(MS_UPDATE_REGISTER))
 -	{
 -		Update update = {0};
 -		char szVersion[16];
 -
 -		update.cbSize = sizeof(Update);
 -
 -		update.szComponentName = pluginInfo.shortName;
 -		update.pbVersion = (BYTE *)CreateVersionString(pluginInfo.version, szVersion);
 -		update.cpbVersion = lstrlenA((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/ignore_state.zip";
 -		update.szBetaVersionURL     = "http://kildor.miranda.im/miranda/ignore_state.txt";
 -		update.szBetaChangelogURL   = "http://kildor.miranda.im/miranda/IgnoreState-readme.txt";
 -		update.pbBetaVersionPrefix  = (BYTE *)MODULENAME " ";
 -		update.cpbBetaVersionPrefix = lstrlenA((char *)update.pbBetaVersionPrefix);
 -
 -		CallService(MS_UPDATE_REGISTER, 0, (WPARAM)&update);
 -	}
  	return 0;
  }
  | 
