Browse Source

STYLE: cleanup

Marco Nolden 14 years ago
parent
commit
6a64804fe2
1 changed files with 0 additions and 7 deletions
  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
   // ...