[gnome-software] trivial: Remove some dead code
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Remove some dead code
- Date: Thu, 7 Mar 2013 16:06:14 +0000 (UTC)
commit 937332c100870a492573e1d122fdb656b9f3aa65
Author: Richard Hughes <richard hughsie com>
Date: Thu Mar 7 09:37:25 2013 +0000
trivial: Remove some dead code
src/gs-main.c | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/src/gs-main.c b/src/gs-main.c
index d248b75..e304b97 100644
--- a/src/gs-main.c
+++ b/src/gs-main.c
@@ -39,16 +39,6 @@ typedef enum {
GS_MAIN_MODE_WAITING
} GsMainMode;
-
-enum {
- COLUMN_PACKAGE_ID,
- COLUMN_ICON_NAME,
- COLUMN_PACKAGE_NAME,
- COLUMN_PACKAGE_VERSION,
- COLUMN_PACKAGE_SUMMARY,
- COLUMN_LAST
-};
-
enum {
COLUMN_POPULAR_PACKAGE_ID,
COLUMN_POPULAR_MARKUP,
@@ -1608,7 +1598,6 @@ main (int argc, char **argv)
/* wait */
status = g_application_run (G_APPLICATION (priv->application), argc, argv);
-
out:
if (priv != NULL) {
g_object_unref (priv->task);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]