From eb40e87e0988111b6abd1430b668c0db381d71d0 Mon Sep 17 00:00:00 2001
From: Daniel Rupp <daniel.rupp@rwth-aachen.de>
Date: Mon, 27 May 2024 10:46:20 +0200
Subject: [PATCH] feat(navigation): removes unused class for height
 teleportation component, feature will be added to the teleportation component
 instead.

---
 .../HeightTeleportationComponent.cpp          |  5 -----
 .../Navigation/HeightTeleportationComponent.h | 19 -------------------
 2 files changed, 24 deletions(-)
 delete mode 100644 Source/RWTHVRToolkit/Private/Pawn/Navigation/HeightTeleportationComponent.cpp
 delete mode 100644 Source/RWTHVRToolkit/Public/Pawn/Navigation/HeightTeleportationComponent.h

diff --git a/Source/RWTHVRToolkit/Private/Pawn/Navigation/HeightTeleportationComponent.cpp b/Source/RWTHVRToolkit/Private/Pawn/Navigation/HeightTeleportationComponent.cpp
deleted file mode 100644
index 5741ec9..0000000
--- a/Source/RWTHVRToolkit/Private/Pawn/Navigation/HeightTeleportationComponent.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-// Fill out your copyright notice in the Description page of Project Settings.
-
-
-#include "Pawn/Navigation/HeightTeleportationComponent.h"
-
diff --git a/Source/RWTHVRToolkit/Public/Pawn/Navigation/HeightTeleportationComponent.h b/Source/RWTHVRToolkit/Public/Pawn/Navigation/HeightTeleportationComponent.h
deleted file mode 100644
index cfe5674..0000000
--- a/Source/RWTHVRToolkit/Public/Pawn/Navigation/HeightTeleportationComponent.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// Fill out your copyright notice in the Description page of Project Settings.
-
-#pragma once
-
-#include "CoreMinimal.h"
-#include "Pawn/Navigation/MovementComponentBase.h"
-#include "HeightTeleportationComponent.generated.h"
-
-/**
- * 
- */
-UCLASS()
-class RWTHVRTOOLKIT_API UHeightTeleportationComponent : public UMovementComponentBase
-{
-	GENERATED_BODY()
-
-	// Spawn the TwoStepHandler etc. (Basically what was done in the VRPawn directly)
-	
-};
-- 
GitLab