diff --git a/Modules/ToFHardware/mitkToFCameraMESASR4000ControllerStub.cpp b/Modules/ToFHardware/mitkToFCameraMESASR4000ControllerStub.cpp index 5b33b528d2..3fc1746358 100644 --- a/Modules/ToFHardware/mitkToFCameraMESASR4000ControllerStub.cpp +++ b/Modules/ToFHardware/mitkToFCameraMESASR4000ControllerStub.cpp @@ -1,41 +1,38 @@ /*========================================================================= Program: Medical Imaging & Interaction Toolkit Module: $RCSfile$ Language: C++ Date: $Date: 2010-05-27 16:06:53 +0200 (Do, 27 Mai 2010) $ Version: $Revision: $ Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. See MITKCopyright.txt or http://www.mitk.org/copyright.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ #include "mitkToFCameraMESASR4000Controller.h" #include "mitkToFConfig.h" -#include - -extern CMesaDevice* m_MESAHandle; namespace mitk { ToFCameraMESASR4000Controller::ToFCameraMESASR4000Controller() { MITK_WARN("ToF") << "Error: MESA SR4000 currently not available"; } ToFCameraMESASR4000Controller::~ToFCameraMESASR4000Controller() { MITK_WARN("ToF") << "Error: MESA SR4000 currently not available"; } bool ToFCameraMESASR4000Controller::OpenCameraConnection() { MITK_WARN("ToF") << "Error: MESA SR4000 currently not available"; return true; } }