Skip to content

Commit

Permalink
Remove unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Feb 20, 2022
1 parent 242b7a5 commit 89f90b0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# include some defines automatically made by qpm
include(qpm_defines.cmake)

# override mod id
# set(MOD_ID "QuestSounds")

# Enable link time optimization
# In my experience, this can be highly unstable but it nets a huge size optimization and likely performance
# However, the instability was seen using Android.mk/ndk-build builds. With Ninja + CMake, this problem seems to have been solved.
Expand Down
4 changes: 0 additions & 4 deletions CMakeSettings.json

This file was deleted.

5 changes: 0 additions & 5 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#ifndef MAKE_HOOK_OFFSETLESS
#include "beatsaber-hook/shared/utils/hooking.hpp"
#endif
//#include "beatsaber-hook/shared/config/config-utils.hpp"

#include "UnityEngine/Resources.hpp"
#include "UnityEngine/GameObject.hpp"
Expand Down Expand Up @@ -44,11 +43,7 @@
#include "GlobalNamespace/MultiplayerPlayersManager.hpp"
#include "GlobalNamespace/MultiplayerSessionManager.hpp"

#if defined(BS__1_13_2) || defined(BS__1_16) && BS__1_16 < 4
#include "GlobalNamespace/GameServerLobbyFlowCoordinator.hpp"
#else
#include "GlobalNamespace/MultiplayerLobbyConnectionController.hpp"
#endif

#include "GlobalNamespace/PracticeSettings.hpp"
#include "GlobalNamespace/ScoreController.hpp"
Expand Down

0 comments on commit 89f90b0

Please sign in to comment.