[gtk/wip/otte/listview] Drop unused variables
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/listview] Drop unused variables
- Date: Sun, 6 Jan 2019 15:52:53 +0000 (UTC)
commit c70130edc5a23822a86545a8708aa8f6275ec1d8
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Jan 6 10:45:21 2019 -0500
Drop unused variables
gtk/gtkmultiselection.c | 2 --
gtk/gtknoselection.c | 2 --
2 files changed, 4 deletions(-)
---
diff --git a/gtk/gtkmultiselection.c b/gtk/gtkmultiselection.c
index 8ce5df2e56..cede5266da 100644
--- a/gtk/gtkmultiselection.c
+++ b/gtk/gtkmultiselection.c
@@ -60,8 +60,6 @@ enum {
N_PROPS = PROP_MODEL
};
-static GParamSpec *properties[N_PROPS] = { NULL, };
-
static GType
gtk_multi_selection_get_item_type (GListModel *list)
{
diff --git a/gtk/gtknoselection.c b/gtk/gtknoselection.c
index 662bfe3d9d..bafde6e222 100644
--- a/gtk/gtknoselection.c
+++ b/gtk/gtknoselection.c
@@ -55,8 +55,6 @@ enum {
N_PROPS = PROP_MODEL
};
-static GParamSpec *properties[N_PROPS] = { NULL, };
-
static GType
gtk_no_selection_get_item_type (GListModel *list)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]