소스 검색

Removed unused function declaration

Andreas Fetzer 10 년 전
부모
커밋
0cd7cddd20
3개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 2
      Libs/XNAT/Core/ctkXnatFile.h
  2. 1 0
      Libs/XNAT/Core/ctkXnatObject.h
  3. 0 2
      Libs/XNAT/Core/ctkXnatResource.h

+ 0 - 2
Libs/XNAT/Core/ctkXnatFile.h

@@ -56,8 +56,6 @@ public:
   void setFileContent(const QString& fileContent);
   QString fileContent() const;
 
-  void download(const QString& filename);
-
   void upload(const QString& filename);
 
   void reset();

+ 1 - 0
Libs/XNAT/Core/ctkXnatObject.h

@@ -128,6 +128,7 @@ public:
   void erase();
 
   void download(const QString&);
+
   /// Sends the object to the XNAT server
   /// Subclasses of ctkXnatObject can overwrite this function if needed
   virtual void commit();

+ 0 - 2
Libs/XNAT/Core/ctkXnatResource.h

@@ -58,8 +58,6 @@ public:
 
   void reset();
 
-  void download(const QString& filename);
-
   void createFolder();
 
   static const QString ID;