浏览代码

STYLE: cleanup

Marco Nolden 14 年之前
父节点
当前提交
6a64804fe2
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      Plugins/org.commontk.dicom.wg23.core/ctkDicomExchangeInterface.h

+ 0 - 7
Plugins/org.commontk.dicom.wg23.core/ctkDicomExchangeInterface.h

@@ -36,13 +36,6 @@ class org_commontk_dicom_wg23_core_EXPORT ctkDicomExchangeInterface : public QOb
 
 public:
 
-  // Host interface methods
-//  virtual QString generateUID() = 0;
-//  virtual QRect getAvailableScreen(const QRect& preferredScreen) = 0;
-//  virtual QString getOutputLocation(const QStringList& preferredProtocols) = 0;
-//  virtual void notifyStateChanged(ctkDicomWG23::State state) = 0;
-//  virtual void notifyStatus(const ctkDicomWG23::Status& status) = 0;
-
   // Data exchange interface methods
   // ...