summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Init.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-06-09 02:47:29 +0000
committerBernard Normier <bernard@zeroc.com>2006-06-09 02:47:29 +0000
commit56e56ecfac2de771fd6b4775adbb2dd12fdc72af (patch)
tree412f33256979309733cccc3f63be58052d14fd88 /py/modules/IcePy/Init.cpp
parentMinor fix to initialize() (diff)
downloadice-56e56ecfac2de771fd6b4775adbb2dd12fdc72af.tar.bz2
ice-56e56ecfac2de771fd6b4775adbb2dd12fdc72af.tar.xz
ice-56e56ecfac2de771fd6b4775adbb2dd12fdc72af.zip
Fixes for bug #542 and #1015 (default properties)
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,