Fix compilation warning: remove unused variable
This commit is contained in:
parent
6680266093
commit
8cde95bc5f
@ -108,7 +108,6 @@ open_libtracker (void)
|
|||||||
{
|
{
|
||||||
static gboolean done = FALSE;
|
static gboolean done = FALSE;
|
||||||
static TrackerVersion version = TRACKER_UNAVAILABLE;
|
static TrackerVersion version = TRACKER_UNAVAILABLE;
|
||||||
gpointer x;
|
|
||||||
|
|
||||||
if (!done)
|
if (!done)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user