Remove dead code (#2304)

* remove dead code, playdead

* removed Nuoptix

* remove ui_loadmodule

* removed modules.h

* removed replay_app

* removed handwrite

* removed numbers, script

* remove emu_cc1101

* removed noop, old pocsag

* removed unused abouts

* removed tone_search

* fix format

* forgot to remove

* removed unused py

* removed modules.h too
This commit is contained in:
Totoo 2024-10-15 22:14:33 +02:00 committed by GitHub
parent 1b3359b050
commit 66aa20161d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 8 additions and 4342 deletions

View file

@ -189,12 +189,6 @@ void set_modem_baudrate(const int32_t new_value);
uint8_t modem_repeat();
void set_modem_repeat(const uint32_t new_value);
uint32_t playing_dead();
void set_playing_dead(const uint32_t new_value);
uint32_t playdead_sequence();
void set_playdead_sequence(const uint32_t new_value);
bool stealth_mode();
void set_stealth_mode(const bool v);