From 0c6535e79fa6ec4cd0dd07e863868c3467b2eb97 Mon Sep 17 00:00:00 2001 From: Roman Tolchenov <roman.tolchenov@stfc.ac.uk> Date: Mon, 7 Aug 2017 13:15:48 +0100 Subject: [PATCH] Remove file reference from CMakeLists --- qt/paraview_ext/VatesSimpleGui/ViewWidgets/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/qt/paraview_ext/VatesSimpleGui/ViewWidgets/CMakeLists.txt b/qt/paraview_ext/VatesSimpleGui/ViewWidgets/CMakeLists.txt index 7763af2de0d..7200fc78b40 100644 --- a/qt/paraview_ext/VatesSimpleGui/ViewWidgets/CMakeLists.txt +++ b/qt/paraview_ext/VatesSimpleGui/ViewWidgets/CMakeLists.txt @@ -43,7 +43,6 @@ set( SOURCE_FILES src/PeaksWidget.cpp src/pqCameraToolbarNonOrthogonalAxes.cpp src/pqCameraReactionNonOrthogonalAxes.cpp - src/SaveScreenshotReaction.cpp src/RebinnedSourcesManager.cpp src/VisibleAxesColor.cpp src/StandardView.cpp @@ -70,7 +69,6 @@ qt4_wrap_cpp( MOC_SOURCES inc/MantidVatesSimpleGuiViewWidgets/PeaksTabWidget.h inc/MantidVatesSimpleGuiViewWidgets/pqCameraToolbarNonOrthogonalAxes.h inc/MantidVatesSimpleGuiViewWidgets/pqCameraReactionNonOrthogonalAxes.h - inc/MantidVatesSimpleGuiViewWidgets/SaveScreenshotReaction.h inc/MantidVatesSimpleGuiViewWidgets/RebinnedSourcesManager.h inc/MantidVatesSimpleGuiViewWidgets/StandardView.h inc/MantidVatesSimpleGuiViewWidgets/SplatterPlotView.h -- GitLab