Skip to content

Remove unused variables, unimplemented function declaration, and duplicate includes#801

Open
blade-running-man wants to merge 1 commit intoBlueforcer:mainfrom
blade-running-man:cleanup/remove-dead-code
Open

Remove unused variables, unimplemented function declaration, and duplicate includes#801
blade-running-man wants to merge 1 commit intoBlueforcer:mainfrom
blade-running-man:cleanup/remove-dead-code

Conversation

@blade-running-man
Copy link

  • Unused variables: gifFile, received_packets, universe1_complete, universe2_complete (DisplayManager.cpp), stopBoot (main.cpp)
  • Dead function: timer_init() declaration in timer.h — never implemented, commented-out call in main.cpp
  • Duplicate includes: GifPlayer.h in DisplayManager.cpp, effects.h in MatrixDisplayUi.cpp

- Remove unused variables: gifFile, received_packets,
  universe1_complete, universe2_complete (DisplayManager.cpp),
  stopBoot (main.cpp)
- Remove unimplemented timer_init() declaration (timer.h)
  and its commented-out call (main.cpp)
- Remove duplicate #include "GifPlayer.h" (DisplayManager.cpp)
  and #include "effects.h" (MatrixDisplayUi.cpp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant