diff options
Diffstat (limited to 'sip/qt/qmemarray.sip')
-rw-r--r-- | sip/qt/qmemarray.sip | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sip/qt/qmemarray.sip b/sip/qt/qmemarray.sip index d7a4a7b..aebbcb4 100644 --- a/sip/qt/qmemarray.sip +++ b/sip/qt/qmemarray.sip @@ -31,8 +31,6 @@ converted to and from Python lists of the type. %End -%If (TQt_3_0_0 -) - %MappedType TQMemArray<int> { %TypeHeaderCode @@ -164,5 +162,3 @@ template<TYPE> return sipGetState(sipTransferObj); %End }; - -%End |