diff --git a/Source/RWTHVRToolkit/Private/Pawn/Navigation/HeightTeleportationComponent.cpp b/Source/RWTHVRToolkit/Private/Pawn/Navigation/HeightTeleportationComponent.cpp
deleted file mode 100644
index 5741ec92691e23972948285fdaaf5a639730ee1e..0000000000000000000000000000000000000000
--- 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 cfe567426000d08aee1c45d94f6714c7bbc4750b..0000000000000000000000000000000000000000
--- 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)
-	
-};