summaryrefslogtreecommitdiffstats
path: root/bindings/python/pfw.i
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/pfw.i')
-rw-r--r--bindings/python/pfw.i4
1 files changed, 0 insertions, 4 deletions
diff --git a/bindings/python/pfw.i b/bindings/python/pfw.i
index ce27173..9dbccbd 100644
--- a/bindings/python/pfw.i
+++ b/bindings/python/pfw.i
@@ -169,10 +169,6 @@ public:
bool exportSingleDomainXml(std::string& strXmlDest, const std::string& strDomainName, bool bWithSettings,
bool bToFile, std::string& strError) const;
%clear std::string& strXmlDest;
-
-%apply std::string &OUTPUT { std::string& strResult }
- bool getSystemClassXMLString(std::string& strResult);
-%clear std::string& strResult;
};
// SWIG nested class support is not complete - cf.