[retro-gtk/wip/aplazas/test: 4/4] core: Remove two unused variables



commit 72f415ac56c1be58cbd97ebf5eff1acacc3ff18f
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Sep 1 10:36:49 2017 +0200

    core: Remove two unused variables
    
    This avoid compile time warnings.

 retro-gtk/retro-core.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/retro-gtk/retro-core.c b/retro-gtk/retro-core.c
index 1fd8137..546e0b6 100644
--- a/retro-gtk/retro-core.c
+++ b/retro-gtk/retro-core.c
@@ -407,7 +407,6 @@ retro_core_load_discs (RetroCore  *self,
   gboolean fullpath;
   GFile *file;
   gchar *path;
-  RetroSystemInfo system_info = { 0 };
   guint index;
   RetroGameInfo *game_info = NULL;
   GError *tmp_error = NULL;
@@ -555,7 +554,6 @@ retro_core_load_medias (RetroCore* self,
   GFile *file;
   gchar *path;
   gboolean fullpath;
-  RetroSystemInfo system_info = { 0 };
   RetroGameInfo *game_info = NULL;
   GError *tmp_error = NULL;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]