Skip to content

Commit 435d8fb

Browse files
committed
removing wrong ref
1 parent 48a713e commit 435d8fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SerialPrograms/Source/PokemonLZA/PokemonLZA_Panels.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
#include "Programs/ShinyHunting/PokemonLZA_ShinyHunt_FlySpotReset.h"
3636
#include "Programs/ShinyHunting/PokemonLZA_ShuttleRun.h"
3737
#include "Programs/ShinyHunting/PokemonLZA_SewerHunter.h"
38-
#include "Programs/ShinyHunting/PokemonLZA_ShinyHunt_OverworldMacro.h"
3938
#include "Programs/ShinyHunting/PokemonLZA_ShinyHunt_HelioptileHunter.h"
4039

4140
// Non-Shiny Hunting
@@ -90,7 +89,6 @@ std::vector<PanelEntry> PanelListFactory::make_panels() const{
9089
ret.emplace_back(make_single_switch_program<ShinyHunt_FlySpotReset_Descriptor, ShinyHunt_FlySpotReset>());
9190
if (IS_BETA_VERSION){
9291
ret.emplace_back(make_single_switch_program<ShinyHunt_HelioptileHunter_Descriptor, ShinyHunt_HelioptileHunter>());
93-
ret.emplace_back(make_single_switch_program<ShinyHunt_OverworldMacro_Descriptor, ShinyHunt_OverworldMacro>());
9492
ret.emplace_back(make_single_switch_program<WeatherFinder_Descriptor, WeatherFinder>());
9593
}
9694
if (PreloadSettings::instance().DEVELOPER_MODE){

0 commit comments

Comments
 (0)