diff options
Diffstat (limited to 'kopete/plugins/webpresence/webpresence_xhtml_images.xsl')
-rw-r--r-- | kopete/plugins/webpresence/webpresence_xhtml_images.xsl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kopete/plugins/webpresence/webpresence_xhtml_images.xsl b/kopete/plugins/webpresence/webpresence_xhtml_images.xsl index cf8d0219..9c136171 100644 --- a/kopete/plugins/webpresence/webpresence_xhtml_images.xsl +++ b/kopete/plugins/webpresence/webpresence_xhtml_images.xsl @@ -34,9 +34,6 @@ <xsl:when test=".='YahooProtocol'"> <img src="{$images}/yahoo_protocol.png" alt="Yahoo" title="Yahoo"/> </xsl:when> - <xsl:when test=".='AIMProtocol'"> - <img src="{$images}/aim_protocol.png" alt="AIM" title="AIM"/> - </xsl:when> <xsl:when test=".='IRCProtocol'"> <img src="{$images}/irc_protocol.png" alt="IRC" title="IRC"/> </xsl:when> |