[eog-plugins] [postasa] Remove unused variable
- From: Felix Riemann <friemann src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [eog-plugins] [postasa] Remove unused variable
- Date: Mon, 15 Feb 2010 18:54:58 +0000 (UTC)
commit d148bbb2ebc38b7dcbdbd0b667f424733181afb2
Author: Felix Riemann <friemann gnome org>
Date: Mon Feb 15 19:54:28 2010 +0100
[postasa] Remove unused variable
plugins/postasa/eog-postasa-plugin.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/plugins/postasa/eog-postasa-plugin.c b/plugins/postasa/eog-postasa-plugin.c
index b6c1ff9..7b29b5b 100644
--- a/plugins/postasa/eog-postasa-plugin.c
+++ b/plugins/postasa/eog-postasa-plugin.c
@@ -143,7 +143,6 @@ static gboolean
uploads_cancel_row (GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter, EogPostasaPlugin *plugin)
{
GCancellable *cancellable;
- gint status;
gtk_tree_model_get (model, iter, 4, &cancellable, -1);
g_cancellable_cancel (cancellable);
@@ -278,7 +277,6 @@ uploads_add_entry (EogPostasaPlugin *plugin, EogImage *image, GCancellable *canc
GdkPixbuf *scaled_pixbuf;
gchar *size, *uri;
GtkTreeIter *iter;
- GError *error = NULL;
/* display the Uploads window got from the plugin */
uploads_window = uploads_get_dialog (plugin);
@@ -362,7 +360,6 @@ static void
picasaweb_upload_async_cb (EogPostasaPlugin *plugin, GAsyncResult *res, PicasaWebUploadFileAsyncData *data)
{
GCancellable* cancellable;
- gchar *filename;
GError *error = NULL; /* TODO: make sure to clear all set errors */
if (g_simple_async_result_get_op_res_gboolean (G_SIMPLE_ASYNC_RESULT (res)) == TRUE) {
@@ -407,7 +404,6 @@ tmp_picasaweb_upload_async (GSimpleAsyncResult *result, GObject *source_object,
EogPostasaPlugin *plugin = EOG_POSTASA_PLUGIN (source_object);
GDataPicasaWebFile *file_entry;
PicasaWebUploadFileAsyncData *data;
- gchar *filepath;
gchar *filename;
GError *error = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]