diff options
author | Elliott Sales de Andrade <qulogic@pidgin.im> | 2019-08-26 05:29:15 -0400 |
---|---|---|
committer | Elliott Sales de Andrade <qulogic@pidgin.im> | 2019-08-26 05:29:15 -0400 |
commit | 731ec1ae018cf09c8ff81ade44512077b3284147 (patch) | |
tree | e3443cabe1ef5cfc0895eb75b354e8c76dfa9930 /pidgin/plugins | |
parent | 2d9a89747f37e23fac7edca350445757943caa8e (diff) | |
download | pidgin-731ec1ae018cf09c8ff81ade44512077b3284147.tar.gz |
Remove old html from xmpp console.
Diffstat (limited to 'pidgin/plugins')
-rw-r--r-- | pidgin/plugins/xmppconsole/xmppconsole.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/pidgin/plugins/xmppconsole/xmppconsole.c b/pidgin/plugins/xmppconsole/xmppconsole.c index 7b11893bda..6a36d9b30b 100644 --- a/pidgin/plugins/xmppconsole/xmppconsole.c +++ b/pidgin/plugins/xmppconsole/xmppconsole.c @@ -65,20 +65,6 @@ static const gchar *xmpp_prpls[] = { "prpl-jabber", "prpl-gtalk", NULL }; -#define EMPTY_HTML \ -"<html><head><style type='text/css'>" \ - "body { word-wrap: break-word; margin: 0; }" \ - "div.tab { padding-left: 1em; }" \ - "div.info { color: #777777; }" \ - "div.incoming { background-color: #ffcece; }" \ - "div.outgoing { background-color: #dcecc4; }" \ - "span.bracket { color: #940f8c; }" \ - "span.tag { color: #8b1dab; font-weight: bold; }" \ - "span.attr { color: #a02961; font-weight: bold; }" \ - "span.value { color: #324aa4; }" \ - "span.xmlns { color: #2cb12f; font-weight: bold;}" \ -"</style></head></html>" - static gboolean xmppconsole_is_xmpp_account(PurpleAccount *account) { |