summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Init.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2008-01-31 19:05:51 -0800
committerMark Spruiell <mes@zeroc.com>2008-01-31 19:05:51 -0800
commit2c3770915174ad6f358b4ab82848f99bf464cb76 (patch)
tree14ed55dabd722e1f8e8b917c1be4de104d2b8f05 /py/modules/IcePy/Init.cpp
parentC# bug fix in Stream.cs (diff)
downloadice-2c3770915174ad6f358b4ab82848f99bf464cb76.tar.bz2
ice-2c3770915174ad6f358b4ab82848f99bf464cb76.tar.xz
ice-2c3770915174ad6f358b4ab82848f99bf464cb76.zip
bug 2264 - remove deprecated APIs
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 a162930ea13..c2af30bb693 100644
--- a/py/modules/IcePy/Init.cpp
+++ b/py/modules/IcePy/Init.cpp
@@ -31,10 +31,6 @@ static PyMethodDef methods[] =
{
{ STRCAST("version"), reinterpret_cast<PyCFunction>(IcePy_version), METH_NOARGS,
PyDoc_STR(STRCAST("version() -> string")) },
- { STRCAST("identityToString"), reinterpret_cast<PyCFunction>(IcePy_identityToString), METH_VARARGS,
- PyDoc_STR(STRCAST("identityToString(id) -> string")) },
- { STRCAST("stringToIdentity"), reinterpret_cast<PyCFunction>(IcePy_stringToIdentity), METH_VARARGS,
- PyDoc_STR(STRCAST("stringToIdentity(str) -> Ice.Identity")) },
{ STRCAST("generateUUID"), reinterpret_cast<PyCFunction>(IcePy_generateUUID), METH_NOARGS,
PyDoc_STR(STRCAST("generateUUID() -> string")) },
{ STRCAST("createProperties"), reinterpret_cast<PyCFunction>(IcePy_createProperties), METH_VARARGS,