changeset 206:4e6079e27965

removed useless code
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 03 Jul 2024 12:36:01 +0200
parents 234681297600
children 968dbd6982bb
files CodeAnalysis/GenerateOrthancSDK.py
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/CodeAnalysis/GenerateOrthancSDK.py	Wed Jul 03 12:35:13 2024 +0200
+++ b/CodeAnalysis/GenerateOrthancSDK.py	Wed Jul 03 12:36:01 2024 +0200
@@ -277,12 +277,6 @@
                 'initialization' : ' = 0',
             })
             tuple_format += t['format']
-        elif arg['sdk_type'] == 'Callable':
-            # This is only used to generate the documentation file "orthanc.pyi"
-            args.append({
-                'name' : arg['name'],
-            })
-            tuple_format += 'O'
         else:
             print('Ignoring function with unsupported argument type: %s(), type = %s' % (f['c_function'], arg['sdk_type']))
             return None