diff options
author | Mark Spruiell <mes@zeroc.com> | 2005-10-12 17:10:13 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2005-10-12 17:10:13 +0000 |
commit | 02132db681db70ad4c9e69fc0bf0bfc108ca2c0c (patch) | |
tree | 0d7268013910adbf023b2a287b4f50e46fb32367 /py/modules/IcePy/Init.cpp | |
parent | fix config directory installation xform (diff) | |
download | ice-02132db681db70ad4c9e69fc0bf0bfc108ca2c0c.tar.bz2 ice-02132db681db70ad4c9e69fc0bf0bfc108ca2c0c.tar.xz ice-02132db681db70ad4c9e69fc0bf0bfc108ca2c0c.zip |
bug 87: adding initialize* methods for Logger
Diffstat (limited to 'py/modules/IcePy/Init.cpp')
-rw-r--r-- | py/modules/IcePy/Init.cpp | 4 |
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, |