From ce80dceb7cbcbb1393b2519a142add4083af01dc Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Tue, 27 Mar 2012 18:01:29 +0300 Subject: history-service: remove unused variables https://bugzilla.gnome.org/show_bug.cgi?id=672926 --- lib/history/ephy-history-service.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/history/ephy-history-service.c') 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 (); } -- cgit v1.2.3