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/python/Ice.py | |
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/python/Ice.py')
-rw-r--r-- | py/python/Ice.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py index 1b0127e55f2..d15fc42b92c 100644 --- a/py/python/Ice.py +++ b/py/python/Ice.py @@ -462,12 +462,6 @@ def createProperties(args=[]): properties = IcePy.createProperties(args) return PropertiesI(properties) -# -# Ice.getDefaultProperties() -# -def getDefaultProperties(args=[]): - properties = IcePy.getDefaultProperties(args) - return PropertiesI(properties) # # The variables below need to be global in order to properly reference a |