Fix compilation warning: remove unused variable

This commit is contained in:
Javier Jardón 2010-04-15 16:19:42 +02:00
parent 6680266093
commit 8cde95bc5f

View File

@ -108,7 +108,6 @@ open_libtracker (void)
{
static gboolean done = FALSE;
static TrackerVersion version = TRACKER_UNAVAILABLE;
gpointer x;
if (!done)
{