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.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/modules/IcePy/Init.cpp b/py/modules/IcePy/Init.cpp
index 681f55bc043..58eb87d84c4 100644
--- a/py/modules/IcePy/Init.cpp
+++ b/py/modules/IcePy/Init.cpp
@@ -36,8 +36,6 @@ static PyMethodDef methods[] =
PyDoc_STR(STRCAST("generateUUID() -> string")) },
{ STRCAST("createProperties"), (PyCFunction)IcePy_createProperties, METH_VARARGS,
PyDoc_STR(STRCAST("createProperties([args]) -> Ice.Properties")) },
- { STRCAST("getDefaultProperties"), (PyCFunction)IcePy_getDefaultProperties, METH_VARARGS,
- PyDoc_STR(STRCAST("getDefaultProperties([args]) -> Ice.Properties")) },
{ STRCAST("defineEnum"), (PyCFunction)IcePy_defineEnum, METH_VARARGS,
PyDoc_STR(STRCAST("internal function")) },
{ STRCAST("defineStruct"), (PyCFunction)IcePy_defineStruct, METH_VARARGS,