Skip to content

Commit

Permalink
RE 6805 Refactor SelectionNotificationService class
Browse files Browse the repository at this point in the history
Removed original SelectionNotificationService .h, .cpp and
Test files from Framework/API/, since they have been replaced
by similarly named files using Qt signals and slots
in MantidQt/API/.

refs #6805
  • Loading branch information
DennisMikkelson committed May 14, 2013
1 parent 9753283 commit 59f94ff
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 249 deletions.
3 changes: 0 additions & 3 deletions Code/Mantid/Framework/API/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ set ( SRC_FILES
src/Run.cpp
src/Sample.cpp
src/SampleEnvironment.cpp
src/SelectionNotificationService.cpp
src/ScriptRepository.cpp
src/ScriptRepositoryFactory.cpp
src/SpectraAxis.cpp
Expand Down Expand Up @@ -242,7 +241,6 @@ set ( INC_FILES
inc/MantidAPI/SampleEnvironment.h
inc/MantidAPI/ScriptRepository.h
inc/MantidAPI/ScriptRepositoryFactory.h
inc/MantidAPI/SelectionNotificationService.h
inc/MantidAPI/SingleValueParameter.h
inc/MantidAPI/SingleValueParameterParser.h
inc/MantidAPI/SpecialCoordinateSystem.h
Expand Down Expand Up @@ -319,7 +317,6 @@ set ( TEST_FILES
RunTest.h
SampleEnvironmentTest.h
SampleTest.h
SelectionNotificationServiceTest.h
SpectraAxisTest.h
SpectraDetectorMapTest.h
TextAxisTest.h
Expand Down

This file was deleted.

30 changes: 0 additions & 30 deletions Code/Mantid/Framework/API/src/SelectionNotificationService.cpp

This file was deleted.

161 changes: 0 additions & 161 deletions Code/Mantid/Framework/API/test/SelectionNotificationServiceTest.h

This file was deleted.

0 comments on commit 59f94ff

Please sign in to comment.