From c0071d02860313e5a4c7251d191360a9f5e04e52 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 29 Feb 2012 17:50:24 +0100 Subject: ephy-history-service-hosts-table: drop the favicon column It's not used at all. Again, format change. --- lib/history/ephy-history-service-hosts-table.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/history/ephy-history-service-hosts-table.c b/lib/history/ephy-history-service-hosts-table.c index df4ccf2ec..032764457 100644 --- a/lib/history/ephy-history-service-hosts-table.c +++ b/lib/history/ephy-history-service-hosts-table.c @@ -40,7 +40,6 @@ ephy_history_service_initialize_hosts_table (EphyHistoryService *self) "url LONGVARCAR," "title LONGVARCAR," "visit_count INTEGER DEFAULT 0 NOT NULL," - "favicon_id INTEGER DEFAULT 0 NOT NULL," "zoom_level REAL DEFAULT 1.0)", &error); if (error) { -- cgit