summaryrefslogtreecommitdiff
path: root/Source/cmGraphVizWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmGraphVizWriter.h')
-rw-r--r--Source/cmGraphVizWriter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGraphVizWriter.h b/Source/cmGraphVizWriter.h
index 7914ca350b..c73d82d095 100644
--- a/Source/cmGraphVizWriter.h
+++ b/Source/cmGraphVizWriter.h
@@ -25,7 +25,6 @@ class cmGeneratorTarget;
class cmGraphVizWriter
{
public:
-
cmGraphVizWriter(const std::vector<cmLocalGenerator*>& localGenerators);
void ReadSettings(const char* settingsFileName,
@@ -37,7 +36,6 @@ public:
void WriteGlobalFile(const char* fileName);
protected:
-
void CollectTargetsAndLibs();
int CollectAllTargets();