diff --git a/Code/Mantid/Framework/Algorithms/inc/MantidAlgorithms/FilterByLogValue.h b/Code/Mantid/Framework/Algorithms/inc/MantidAlgorithms/FilterByLogValue.h index 5b17ddc8a80c..23ee9f12d0d7 100644 --- a/Code/Mantid/Framework/Algorithms/inc/MantidAlgorithms/FilterByLogValue.h +++ b/Code/Mantid/Framework/Algorithms/inc/MantidAlgorithms/FilterByLogValue.h @@ -10,20 +10,11 @@ namespace Mantid { -using DataObjects::EventList; -using DataObjects::EventWorkspace; -using DataObjects::EventWorkspace_sptr; -using DataObjects::EventWorkspace_const_sptr; - namespace Algorithms { - - /** Filters events in an EventWorkspace using values in a SampleLog. - @date September 15th, 2010 - - Copyright © 2010 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory + Copyright © 2010-2012 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory This file is part of Mantid. @@ -63,16 +54,11 @@ class DLLExport FilterByLogValue : public API::Algorithm void init(); void exec(); - /// Pointer for an event workspace - EventWorkspace_const_sptr eventW; }; - - } // namespace Algorithms } // namespace Mantid - #endif /* MANTID_ALGORITHMS_FILTERBYLOGVALUE_H_ */