diff --git a/Lib/python/pyuserdir.swg b/Lib/python/pyuserdir.swg index d6f46a329..2e07e21c0 100644 --- a/Lib/python/pyuserdir.swg +++ b/Lib/python/pyuserdir.swg @@ -44,16 +44,10 @@ You can also use the raw %feature form %feature("pythonnondynamic") A; -or the inverse form - -%pythondynamic(0) A; - - */ #define %pythonnondynamic(FLAG) %feature("python:nondynamic", #FLAG) -#define %pythondynamic(FLAG) %pythonnondynamic(!FLAG) /*