diff options
author | quou <quou@disroot.org> | 2025-01-01 10:36:50 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-01-01 10:36:50 +1100 |
commit | 5435a055bde131e500e5b59899ecc5e894304b84 (patch) | |
tree | 25d609de5b6e9a502ad31bfe0a9ebb3d53601565 /debugger.hpp | |
parent | 832039a2113e73fdb185861d90674db1cc12b3b5 (diff) |
remove debugger thing
Diffstat (limited to 'debugger.hpp')
-rw-r--r-- | debugger.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/debugger.hpp b/debugger.hpp deleted file mode 100644 index 0124f13..0000000 --- a/debugger.hpp +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef debugger_hpp -#define debugger_hpp - -#include "ui.hpp" - -void register_debuggers(UI* ui, UI::Toolbar* toolbar); - -#endif |