summaryrefslogtreecommitdiff
path: root/src/plugins/autotoolsprojectmanager/autotoolsproject.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2012-02-21 14:15:34 +0100
committerTobias Hunger <tobias.hunger@nokia.com>2012-02-21 15:01:21 +0100
commit290dad9538bddb9ba6db403d8805d972559f3e51 (patch)
treef08f3cf585a4e50f38d830131740ac08870c08d5 /src/plugins/autotoolsprojectmanager/autotoolsproject.h
parent5485d159827db46d1c06244b2bc0adef2db39695 (diff)
downloadqt-creator-290dad9538bddb9ba6db403d8805d972559f3e51.tar.gz
Autotools: Remove unnecessary member function
Change-Id: Id61e744dd1bd837a6b8dfa2120cd8cdcf81851e0 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/autotoolsproject.h')
-rw-r--r--src/plugins/autotoolsprojectmanager/autotoolsproject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/autotoolsprojectmanager/autotoolsproject.h b/src/plugins/autotoolsprojectmanager/autotoolsproject.h
index 418f00a255..5524e012b7 100644
--- a/src/plugins/autotoolsprojectmanager/autotoolsproject.h
+++ b/src/plugins/autotoolsprojectmanager/autotoolsproject.h
@@ -86,7 +86,6 @@ public:
QStringList files(FilesMode fileMode) const;
QList<ProjectExplorer::Project *> dependsOn();
QString defaultBuildDirectory() const;
- QString sourceDirectory() const;
QStringList buildTargets() const;
ProjectExplorer::ToolChain *toolChain() const;
void setToolChain(ProjectExplorer::ToolChain *tc);