Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/boards/py-mod-gcompris.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boards/py-mod-gcompris.c')
-rw-r--r--src/boards/py-mod-gcompris.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/boards/py-mod-gcompris.c b/src/boards/py-mod-gcompris.c
index 1f00df4..d9820eb 100644
--- a/src/boards/py-mod-gcompris.c
+++ b/src/boards/py-mod-gcompris.c
@@ -934,7 +934,6 @@ static PyObject*
py_gcompris_get_board_conf(PyObject* self, PyObject* args)
{
PyObject *pydict;
- PyObject *value;
GHashTable *table;
/* Parse arguments */
@@ -1057,7 +1056,6 @@ py_gcompris_set_board_conf (PyObject* self, PyObject* args)
static PyObject* pyGcomprisConfCallbackFunc = NULL;
static GcomprisConfCallback pyGcomprisConfCallback(GHashTable* table){
- PyObject* args;
PyObject* result;
PyGILState_STATE gil;
@@ -1146,7 +1144,6 @@ py_gcompris_combo_box(PyObject* self, PyObject* args)
PyObject *py_list;
gchar *label;
gchar *key;
- gchar *item;
gchar *init;
GList *list = NULL;
@@ -1440,7 +1437,6 @@ py_gcompris_reset_locale(PyObject* self, PyObject* args)
static GHashTable *text_callbacks = NULL;
static gboolean pyGcomprisTextCallback(gchar *key, gchar *text, GtkLabel *label){
- PyObject* args;
PyObject* result;
gboolean validate;