[PATCH 09/16] src/planner-html-plugin.c, fix warning: variable 'priv' set but not used
- From: Tinggong Wang <wangtinggong gmail com>
- To: Alexandre Franke <alexandre franke gmail com>, Richard Hult <richard imendio com>, Mikael Hallendal <micke imendio com>, Alvaro del Castillo <acs barrapunto com>, Kurt Maute <kurt maute us>, Maurice van der Pot <griffon26 kfk4ever com>
- Cc: Planner-Dev-List <planner-dev-list gnome org>
- Subject: [PATCH 09/16] src/planner-html-plugin.c, fix warning: variable 'priv' set but not used
- Date: Thu, 13 Oct 2011 03:30:54 +0800
Signed-off-by: Tinggong Wang <wangtinggong gmail com>
---
src/planner-html-plugin.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/planner-html-plugin.c b/src/planner-html-plugin.c
index aa9c9b1..9693bc0 100644
--- a/src/planner-html-plugin.c
+++ b/src/planner-html-plugin.c
@@ -65,11 +65,9 @@ html_plugin_export_do (PlannerPlugin *plugin,
const gchar *path,
gboolean show_in_browser)
{
- PlannerPluginPriv *priv;
MrpProject *project;
GtkWidget *dialog;
- priv = plugin->priv;
project = planner_window_get_project (plugin->main_window);
if (!mrp_project_export (project, path, "Planner HTML", TRUE, NULL)) {
@@ -92,7 +90,6 @@ html_plugin_export (GtkAction *action,
gpointer user_data)
{
PlannerPlugin *plugin;
- PlannerPluginPriv *priv;
MrpProject *project;
const gchar *uri;
gchar *filename;
@@ -104,7 +101,6 @@ html_plugin_export (GtkAction *action,
gboolean show;
plugin = PLANNER_PLUGIN (user_data);
- priv = plugin->priv;
filechooser = gtk_file_chooser_dialog_new (_("Export to HTML"),
GTK_WINDOW (plugin->main_window),
--
1.7.6.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]