From a3fa4d672341fd2f1888d3a2f2ed85ae57913b78 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 24 Jun 2011 20:25:54 +0400 Subject: * Welcome 0.4.0 Uncompatible changes: - Statistics is uncompatible in utf8 mode Major changes: - Improved utf8 mode - Convert all characters to lowercase in statistics - Skip URL's in statistics - Improve speed of bayes classifier by using integer arithmetics - Fixed statfiles synchronization that was broken for a long time - Synchronization is now configurable Minor changes: - Bugfixes - Removed some of legacy code - Types polishing --- src/url.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/url.h') diff --git a/src/url.h b/src/url.h index 9c0812e62..5a8e7e1e2 100644 --- a/src/url.h +++ b/src/url.h @@ -32,9 +32,6 @@ struct uri { struct uri *phished_url; - gsize pos; - gsize len; - /* @protocollen should only be usable if @protocol is either * PROTOCOL_USER or an uri string should be composed. */ guint protocollen; -- cgit v1.2.3