[gnome-software: 1/21] gs-plugin: Remove unused enum members
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 1/21] gs-plugin: Remove unused enum members
- Date: Wed, 27 Apr 2022 10:41:22 +0000 (UTC)
commit a03fc6149fb430f38c37bf32d1e77c7e50bac435
Author: Philip Withnall <pwithnall endlessos org>
Date: Wed Mar 30 12:29:19 2022 +0100
gs-plugin: Remove unused enum members
Signed-off-by: Philip Withnall <pwithnall endlessos org>
lib/gs-plugin.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/lib/gs-plugin.c b/lib/gs-plugin.c
index 7c64b7681..3bd65c854 100644
--- a/lib/gs-plugin.c
+++ b/lib/gs-plugin.c
@@ -76,9 +76,7 @@ G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE (GsPlugin, gs_plugin, G_TYPE_OBJECT)
G_DEFINE_QUARK (gs-plugin-error-quark, gs_plugin_error)
enum {
- PROP_0,
- PROP_FLAGS,
- PROP_LAST
+ PROP_FLAGS = 1,
};
enum {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]