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



commit f79d5dab2b71d31d8d00b300c33ea2b6b30fb55c
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 4886f5e..d4f762d 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;
@@ -559,7 +558,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]