From 49fcf1fff13e5e95a097ae7741a34ef994063443 Mon Sep 17 00:00:00 2001 From: Tobias Baumann Date: Thu, 10 Feb 2022 17:55:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eovp=5Fmain.cpp=E2=80=9C=20l=C3=B6schen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ovp_main.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 ovp_main.cpp diff --git a/ovp_main.cpp b/ovp_main.cpp deleted file mode 100644 index 4e55bd1..0000000 --- a/ovp_main.cpp +++ /dev/null @@ -1,22 +0,0 @@ -//Tactile BCI Includes -#include -#include -#include "ovp_defines.h" - -#include "TactileVisualization/ovpCBoxAlgorithmP300TactileVisualization.h" -#include "UDPStimCodeSender/ovpCBoxAlgorithmUDPStimcodeSender.h" - -namespace OpenViBE { -namespace Plugins { -namespace Tactilebci { - -OVP_Declare_Begin() - - OVP_Declare_New(CBoxAlgorithmP300TactileVisualizationDesc); - OVP_Declare_New(CBoxAlgorithmUDPStimcodeSenderDesc); - -OVP_Declare_End() - -} // namespace Tactilebci -} // namespace Plugins -} // namespace OpenViBE