diff --git a/FasterScroll/FasterScroll.csproj b/FasterScroll/FasterScroll.csproj
index 67c7e86..8bcef07 100644
--- a/FasterScroll/FasterScroll.csproj
+++ b/FasterScroll/FasterScroll.csproj
@@ -71,11 +71,6 @@
$(BeatSaberDir)\Beat Saber_Data\Managed\Main.dll
False
-
- $(BeatSaberDir)\Plugins\RumbleMod.dll
- False
- False
-
$(BeatSaberDir)\Beat Saber_Data\Managed\System.Data.dll
diff --git a/FasterScroll/FasterScrollController.cs b/FasterScroll/FasterScrollController.cs
index d0f308c..16a7814 100644
--- a/FasterScroll/FasterScrollController.cs
+++ b/FasterScroll/FasterScrollController.cs
@@ -5,7 +5,6 @@
using VRUIControls;
using System.Linq;
using Libraries.HM.HMLib.VR;
-using RumbleMod;
#if DEBUG_FASTERSCROLL
using System.Collections;