summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'py/modules/IcePy/Init.cpp')
-rw-r--r--py/modules/IcePy/Init.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/py/modules/IcePy/Init.cpp b/py/modules/IcePy/Init.cpp
index a23034b1948..58176edf5eb 100644
--- a/py/modules/IcePy/Init.cpp
+++ b/py/modules/IcePy/Init.cpp
@@ -28,10 +28,6 @@ extern "C" PyObject* Ice_registerTypes(PyObject*, PyObject*);
static PyMethodDef methods[] =
{
- { STRCAST("initialize"), (PyCFunction)IcePy_initialize, METH_VARARGS,
- PyDoc_STR(STRCAST("initialize([args]) -> Ice.Communicator")) },
- { STRCAST("initializeWithProperties"), (PyCFunction)IcePy_initializeWithProperties, METH_VARARGS,
- PyDoc_STR(STRCAST("initializeWithProperties(args, properties) -> Ice.Communicator")) },
{ STRCAST("identityToString"), (PyCFunction)IcePy_identityToString, METH_VARARGS,
PyDoc_STR(STRCAST("identityToString(id) -> string")) },
{ STRCAST("stringToIdentity"), (PyCFunction)IcePy_stringToIdentity, METH_VARARGS,