[gnumeric] Code cleanup.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Code cleanup.
- Date: Tue, 27 May 2014 00:46:56 +0000 (UTC)
commit bb36e67577d22297a194d77f30c263ccb5c71111
Author: Morten Welinder <terra gnome org>
Date: Mon May 26 20:46:34 2014 -0400
Code cleanup.
src/dialogs/ChangeLog | 4 ++++
src/dialogs/dao-gui-utils.c | 8 --------
src/dialogs/dao-gui-utils.h | 3 ---
3 files changed, 4 insertions(+), 11 deletions(-)
---
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 77e58d1..9583c29 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-26 Morten Welinder <terra gnome org>
+
+ * dao-gui-utils.c (output_group): Remove unused variable.
+
2014-05-23 Morten Welinder <terra gnome org>
* Release 1.12.16
diff --git a/src/dialogs/dao-gui-utils.c b/src/dialogs/dao-gui-utils.c
index 6d9c80b..c2258ea 100644
--- a/src/dialogs/dao-gui-utils.c
+++ b/src/dialogs/dao-gui-utils.c
@@ -36,14 +36,6 @@
#include <gtk/gtk.h>
-char const * const output_group[] = {
- "newsheet-button",
- "newworkbook-button",
- "outputrange-button",
- "inplace-button", /* used only in advanced filter */
- NULL
-};
-
/**
* dialog__tool_preset_to_range:
* @state:
diff --git a/src/dialogs/dao-gui-utils.h b/src/dialogs/dao-gui-utils.h
index f0cea9a..80fb673 100644
--- a/src/dialogs/dao-gui-utils.h
+++ b/src/dialogs/dao-gui-utils.h
@@ -35,9 +35,6 @@
#include "tools/dao.h"
-extern char const * const output_group[];
-
-
void dialog_tool_init_outputs (GenericToolState *state, GCallback sensitivity_cb);
data_analysis_output_t *parse_output (GenericToolState *state, data_analysis_output_t *dao);
void dialog_tool_preset_to_range (GenericToolState *state);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]