diff options
author | TingPing <tingping@tingping.se> | 2014-12-15 14:51:07 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-12-15 14:51:07 -0500 |
commit | 46061f4f3cad58acefeab840f9627ba9293568bb (patch) | |
tree | 94254a6f304910f29b64e4079a9a0a65c97fff5e /src/fe-gtk/custom-list.c | |
parent | ec7a0d6e13f0fa66299cab7fdad8e639e01ee9dd (diff) |
Remove some unnecessary if statements
Diffstat (limited to 'src/fe-gtk/custom-list.c')
-rw-r--r-- | src/fe-gtk/custom-list.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fe-gtk/custom-list.c b/src/fe-gtk/custom-list.c index f67c3c07..485a9905 100644 --- a/src/fe-gtk/custom-list.c +++ b/src/fe-gtk/custom-list.c @@ -134,7 +134,6 @@ custom_list_get_type (void) return custom_list_type; /* Some boilerplate type registration stuff */ - if (1) { static const GTypeInfo custom_list_info = { sizeof (CustomListClass), @@ -154,7 +153,6 @@ custom_list_get_type (void) } /* Here we register our GtkTreeModel interface with the type system */ - if (1) { static const GInterfaceInfo tree_model_info = { (GInterfaceInitFunc) custom_list_tree_model_init, @@ -167,7 +165,6 @@ custom_list_get_type (void) } /* Add GtkTreeSortable interface */ - if (1) { static const GInterfaceInfo tree_sortable_info = { (GInterfaceInitFunc) custom_list_sortable_init, |