From b0b559472f341ba8e157947e9a47323689750852 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 10 Mar 2023 10:52:20 +0100 Subject: [PATCH] drop the redundant sgconnecttypes --- .../Private/SGTypes/SGConnectTypes.cpp | 36 ------------------- .../Public/SGTypes/SGConnectTypes.h | 36 ------------------- 2 files changed, 72 deletions(-) delete mode 100644 Source/SenseGloveTypes/Private/SGTypes/SGConnectTypes.cpp delete mode 100644 Source/SenseGloveTypes/Public/SGTypes/SGConnectTypes.h diff --git a/Source/SenseGloveTypes/Private/SGTypes/SGConnectTypes.cpp b/Source/SenseGloveTypes/Private/SGTypes/SGConnectTypes.cpp deleted file mode 100644 index 598e1084..00000000 --- a/Source/SenseGloveTypes/Private/SGTypes/SGConnectTypes.cpp +++ /dev/null @@ -1,36 +0,0 @@ -/** - * @file - * - * @author Mamadou Babaei - * - * @section LICENSE - * - * (The MIT License) - * - * Copyright (c) 2020 - 2023 SenseGlove - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. - * - * @section DESCRIPTION - * - * - */ - - -#include "SGTypes/SGConnectTypes.h" \ No newline at end of file diff --git a/Source/SenseGloveTypes/Public/SGTypes/SGConnectTypes.h b/Source/SenseGloveTypes/Public/SGTypes/SGConnectTypes.h deleted file mode 100644 index 761c6036..00000000 --- a/Source/SenseGloveTypes/Public/SGTypes/SGConnectTypes.h +++ /dev/null @@ -1,36 +0,0 @@ -/** - * @file - * - * @author Mamadou Babaei - * - * @section LICENSE - * - * (The MIT License) - * - * Copyright (c) 2020 - 2023 SenseGlove - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. - * - * @section DESCRIPTION - * - * - */ - - -#pragma once \ No newline at end of file