diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-14 10:46:54 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-14 10:46:54 +0000 |
| commit | 6629073331fbe67edfa9f4d591c9df6e41c465a6 (patch) | |
| tree | cfea8781199058ed414e520d7a3bc5a6db732aef /lib/python/swig.h | |
| parent | 855949a917ed8cf65397adc49872c99bdb2123c2 (diff) | |
| download | enigma2-6629073331fbe67edfa9f4d591c9df6e41c465a6.tar.gz enigma2-6629073331fbe67edfa9f4d591c9df6e41c465a6.zip | |
remove unneeded workaround
Diffstat (limited to 'lib/python/swig.h')
| -rw-r--r-- | lib/python/swig.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/python/swig.h b/lib/python/swig.h index da787eea..370c6ab5 100644 --- a/lib/python/swig.h +++ b/lib/python/swig.h @@ -5,7 +5,6 @@ #define SWIG_IGNORE(x) %ignore x #define SWIG_EXTEND(x, code) %extend x { code } #define SWIG_TEMPLATE_TYPEDEF(x, y) %template(y) x; %typemap_output_ptr(x) -#define SWIG_TEMPLATE_TYPEDEF_REPLACE(x, y) %template(y##_REPLACE) x; %typemap_output_ptr(x) #define SWIG_ALLOW_OUTPUT_SIMPLE(x) %typemap_output_simple(x) #define SWIG_INPUT INPUT #define SWIG_OUTPUT OUTPUT @@ -16,7 +15,6 @@ #define SWIG_IGNORE(x) #define SWIG_EXTEND(x, code) #define SWIG_TEMPLATE_TYPEDEF(x, y) -#define SWIG_TEMPLATE_TYPEDEF_REPLACE(x, y) #define SWIG_ALLOW_OUTPUT_SIMPLE(x) #define SWIG_INPUT #define SWIG_OUTPUT |
