diff options
author | Robert Vehse <robertvehse@fastmail.fm> | 2016-10-04 22:57:40 +0200 |
---|---|---|
committer | Robert Vehse <robertvehse@fastmail.fm> | 2016-10-04 22:57:40 +0200 |
commit | 59828aab27107feccf227ae16fd2cd64e40d3403 (patch) | |
tree | 91d651b4b0d982a4dc1b642a8730fb02b42c4ca4 /pidgin/win32 | |
parent | 6f1eed99dfb9cf7b6325da43b8727b4b8a4e32b4 (diff) | |
download | pidgin-59828aab27107feccf227ae16fd2cd64e40d3403.tar.gz |
Remove the MySpaceIM protocol plugin. The service has been defunct for a long time. References #15356.
Diffstat (limited to 'pidgin/win32')
-rw-r--r-- | pidgin/win32/nsis/pidgin-installer.nsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pidgin/win32/nsis/pidgin-installer.nsi b/pidgin/win32/nsis/pidgin-installer.nsi index 601f90ebed..a18d4f7922 100644 --- a/pidgin/win32/nsis/pidgin-installer.nsi +++ b/pidgin/win32/nsis/pidgin-installer.nsi @@ -388,7 +388,6 @@ SectionGroupEnd !macroend SectionGroup /e $(URIHANDLERSSECTIONTITLE) SecURIHandlers !insertmacro URI_SECTION "aim" - !insertmacro URI_SECTION "myim" !insertmacro URI_SECTION "ymsgr" !insertmacro URI_SECTION "xmpp" SectionGroupEnd |