aboutsummaryrefslogtreecommitdiffstats
path: root/shibokengenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shibokengenerator.cpp')
-rw-r--r--shibokengenerator.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/shibokengenerator.cpp b/shibokengenerator.cpp
index e9aadd08e..0f862f525 100644
--- a/shibokengenerator.cpp
+++ b/shibokengenerator.cpp
@@ -1442,11 +1442,6 @@ AbstractMetaClassList ShibokenGenerator::getAllAncestors(const AbstractMetaClass
return result;
}
-QString ShibokenGenerator::getApiExportMacro() const
-{
- return "SHIBOKEN_"+moduleName().toUpper()+"_API"; // a longer name to avoid name clashes
-}
-
QString ShibokenGenerator::getModuleHeaderFileName(const QString& moduleName) const
{
QString result = moduleName.isEmpty() ? packageName() : moduleName;