aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-service.c
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-03-27 23:01:29 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-03-29 05:47:03 +0800
commitce80dceb7cbcbb1393b2519a142add4083af01dc (patch)
tree921a2a8032466729e812e11f6670230e17f9cbea /lib/history/ephy-history-service.c
parent054325e572077b43646a19ec3527eca22efa3521 (diff)
downloadgsoc2013-epiphany-ce80dceb7cbcbb1393b2519a142add4083af01dc.tar
gsoc2013-epiphany-ce80dceb7cbcbb1393b2519a142add4083af01dc.tar.gz
gsoc2013-epiphany-ce80dceb7cbcbb1393b2519a142add4083af01dc.tar.bz2
gsoc2013-epiphany-ce80dceb7cbcbb1393b2519a142add4083af01dc.tar.lz
gsoc2013-epiphany-ce80dceb7cbcbb1393b2519a142add4083af01dc.tar.xz
gsoc2013-epiphany-ce80dceb7cbcbb1393b2519a142add4083af01dc.tar.zst
gsoc2013-epiphany-ce80dceb7cbcbb1393b2519a142add4083af01dc.zip
history-service: remove unused variables
https://bugzilla.gnome.org/show_bug.cgi?id=672926
Diffstat (limited to 'lib/history/ephy-history-service.c')
-rw-r--r--lib/history/ephy-history-service.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/history/ephy-history-service.c b/lib/history/ephy-history-service.c
index d618547e5..635758849 100644
--- a/lib/history/ephy-history-service.c
+++ b/lib/history/ephy-history-service.c
@@ -188,7 +188,6 @@ ephy_history_service_init (EphyHistoryService *self)
{
self->priv = EPHY_HISTORY_SERVICE_GET_PRIVATE (self);
- self->priv->active = TRUE;
self->priv->history_thread = g_thread_new ("EphyHistoryService", (GThreadFunc) run_history_service_thread, self);
self->priv->queue = g_async_queue_new ();
}