summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-29 22:21:19 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-29 22:21:19 (GMT)
commitf23eb3b70c08d1ac6f93b3316404804764e756c9 (patch)
tree1afe52ad1fe384b2fd8631e268145d451f31e723
parent55bd4a38ab04147c061deb7f40b18e482e9f905f (diff)
Cleaned code.
-rw-r--r--plugins/pychrysalide/arch/vmpa.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/pychrysalide/arch/vmpa.c b/plugins/pychrysalide/arch/vmpa.c
index fbc14dc..70d9364 100644
--- a/plugins/pychrysalide/arch/vmpa.c
+++ b/plugins/pychrysalide/arch/vmpa.c
@@ -520,18 +520,6 @@ static PyObject *py_vmpa_nb_add(PyObject *o1, PyObject *o2)
}
-
-
-
-void change_editor_items_current_view_content(void/*GtkDisplayPanel*/ *view)
-{
- /* FIXME */
-
-}
-
-
-
-
/******************************************************************************
* *
* Paramètres : obj_type = type dont le dictionnaire est à compléter. *