瀏覽代碼

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;