diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-06-09 02:47:29 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-06-09 02:47:29 +0000 |
commit | 56e56ecfac2de771fd6b4775adbb2dd12fdc72af (patch) | |
tree | 412f33256979309733cccc3f63be58052d14fd88 /py/modules/IcePy/Init.cpp | |
parent | Minor fix to initialize() (diff) | |
download | ice-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.cpp | 2 |
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, |