aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-service-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/history/ephy-history-service-private.h')
-rw-r--r--lib/history/ephy-history-service-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/history/ephy-history-service-private.h b/lib/history/ephy-history-service-private.h
index c616b3470..4235e9d93 100644
--- a/lib/history/ephy-history-service-private.h
+++ b/lib/history/ephy-history-service-private.h
@@ -27,8 +27,6 @@ struct _EphyHistoryServicePrivate {
EphySQLiteConnection *history_database;
GThread *history_thread;
GAsyncQueue *queue;
- GMutex history_thread_mutex;
- gboolean active;
gboolean scheduled_to_quit;
gboolean scheduled_to_commit;
};