summaryrefslogtreecommitdiffstats
path: root/src/plantuml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plantuml.h')
-rw-r--r--src/plantuml.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plantuml.h b/src/plantuml.h
index 06a6b1b..815bca9 100644
--- a/src/plantuml.h
+++ b/src/plantuml.h
@@ -54,7 +54,6 @@ class PlantumlManager
void print(QDict< QList <QCString> > &PlantumlFiles);
void addPlantumlContent(QDict< QCString > &PlantumlContent,const QCString key , const QCString &puContent);
void print(QDict< QCString > &PlantumlContent);
- void runPlantumlFiles(QDict< QList <QCString> > &PlantumlFiles,const char *type);
void runPlantumlContent(QDict< QList <QCString> > &PlantumlFiles,QDict< QCString > &PlantumlContent, const char *type);
static PlantumlManager *m_theInstance;
QDict< QList<QCString> > m_pngPlantumlFiles;