[PATCH 09/16] src/planner-html-plugin.c, fix warning: variable 'priv' set but not used
Tinggong Wang <[email protected]> Thu, 13 Oct 2011 03:30:54 +0800
| Newsgroups | gmane.comp.gnome.apps.planner.devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Tinggong Wang <[email protected]> --- 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