From 25db01d7c40199e82f84e87018bef53f62c3f9c8 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 28 May 2007 13:32:17 -0400 Subject: ENH: Removed unused methods that should never be used anyway. --- Source/cmSourceFile.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h index f25aa66..5a3da70 100644 --- a/Source/cmSourceFile.h +++ b/Source/cmSourceFile.h @@ -82,21 +82,18 @@ public: * The full path to the file. */ const std::string &GetFullPath() const {return this->FullPath;} - void SetFullPath(const char *name) {this->FullPath = name;} /** * The file name associated with stripped off directory and extension. * (In most cases this is the name of the class.) */ const std::string &GetSourceName() const {return this->SourceName;} - void SetSourceName(const char *name) {this->SourceName = name;} /** * The file extension associated with source file */ const std::string &GetSourceExtension() const { return this->SourceExtension;} - void SetSourceExtension(const char *name) {this->SourceExtension = name;} /** * Return the vector that holds the list of dependencies -- cgit v0.12