grim/glibre

Remove some unused variables

2019-08-06, Gary Kramlich
f6f7291e70d0
Parents 61dc7351c2a1
Children 22b2011af7f3
Remove some unused variables
  • +2 -3
    glibre.c
  • --- a/glibre.c Tue Aug 06 21:55:33 2019 -0500
    +++ b/glibre.c Tue Aug 06 21:57:13 2019 -0500
    @@ -201,7 +201,7 @@
    static void
    glibre_load_config(void) {
    GKeyFile *key_file = NULL;
    - gchar *conf_file = NULL, *layout_file = NULL;
    + gchar *conf_file = NULL;
    gint width, height;
    conf_file = glibre_config_file("glibre.conf");
    @@ -309,7 +309,7 @@
    glibre_save_config(void) {
    GKeyFile *key_file = NULL;
    gchar *data = NULL;
    - gchar *conf_dir = NULL, *conf_file = NULL, *layout_file = NULL;
    + gchar *conf_dir = NULL, *conf_file = NULL;
    gint width, height;
    conf_dir = glibre_config_file(NULL);
    @@ -703,7 +703,6 @@
    GtkWidget *ovbox = NULL, *vbox = NULL, *sw = NULL;
    GtkWidget *menubar = NULL, *menu = NULL, *item = NULL;
    GtkTreeViewColumn *col = NULL;
    - GtkCellRenderer *rend = NULL;
    ag = gtk_accel_group_new();