[libpeas] Fix unused variable warnings
- From: Garrett Regier <gregier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas] Fix unused variable warnings
- Date: Fri, 23 Sep 2011 08:52:41 +0000 (UTC)
commit 5ec8852096d6810272efc15b652bbe3492a75ae2
Author: Garrett Regier <garrettregier gmail com>
Date: Wed Sep 21 07:37:44 2011 -0700
Fix unused variable warnings
loaders/python/peas-plugin-loader-python.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/loaders/python/peas-plugin-loader-python.c b/loaders/python/peas-plugin-loader-python.c
index d279209..5f8f1f3 100644
--- a/loaders/python/peas-plugin-loader-python.c
+++ b/loaders/python/peas-plugin-loader-python.c
@@ -350,7 +350,7 @@ static gboolean
peas_plugin_loader_python_initialize (PeasPluginLoader *loader)
{
PeasPluginLoaderPython *pyloader = PEAS_PLUGIN_LOADER_PYTHON (loader);
- PyObject *mdict, *gobject, *gi, *gettext, *install, *gettext_args;
+ PyObject *mdict, *gettext, *install, *gettext_args;
gchar *prgname;
#if PY_VERSION_HEX < 0x03000000
const char *argv[] = { "", NULL };
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]