diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-01 00:50:24 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-07 04:49:44 +0800 |
commit | c0071d02860313e5a4c7251d191360a9f5e04e52 (patch) | |
tree | 5e2b0c7c3041857c614b95bbe4083447f7e0fb77 | |
parent | 1e8ee19ea0e651414c98d0f863b76c72d484cf83 (diff) | |
download | gsoc2013-epiphany-c0071d02860313e5a4c7251d191360a9f5e04e52.tar.gz gsoc2013-epiphany-c0071d02860313e5a4c7251d191360a9f5e04e52.tar.zst gsoc2013-epiphany-c0071d02860313e5a4c7251d191360a9f5e04e52.zip |
ephy-history-service-hosts-table: drop the favicon column
It's not used at all. Again, format change.
-rw-r--r-- | lib/history/ephy-history-service-hosts-table.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |