summaryrefslogtreecommitdiff
path: root/src/ui/include/ui_events.hpp
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-12-07 16:57:05 +1100
committerjacqueline <me@jacqueline.id.au>2023-12-07 17:00:30 +1100
commit3f7f199cb940c8d5f6d48f77fd59971adffe49ef (patch)
treeaa22162e46c5e9ccce4c7ee8537b493f437664d9 /src/ui/include/ui_events.hpp
parent009f69c929eb1d1b65d75b0937fbf3b8de5d9148 (diff)
downloadtangara-fw-3f7f199cb940c8d5f6d48f77fd59971adffe49ef.tar.gz
Remove pre-iterator concepts
- No more IndexRecord/Result/dbGetPage nonsense - Queue is just track ids - i am so tired and have so much to do
Diffstat (limited to 'src/ui/include/ui_events.hpp')
-rw-r--r--src/ui/include/ui_events.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ui/include/ui_events.hpp b/src/ui/include/ui_events.hpp
index 6a6be304..111f37a8 100644
--- a/src/ui/include/ui_events.hpp
+++ b/src/ui/include/ui_events.hpp
@@ -30,18 +30,6 @@ struct OnSystemError : tinyfsm::Event {};
namespace internal {
-struct RecordSelected : tinyfsm::Event {
- bool show_menu;
- std::pmr::vector<std::pmr::string> new_crumbs;
- std::shared_ptr<database::Result<database::IndexRecord>> initial_page;
- std::shared_ptr<database::Result<database::IndexRecord>> page;
- std::size_t record;
-};
-
-struct IndexSelected : tinyfsm::Event {
- database::IndexId id;
-};
-
struct ControlSchemeChanged : tinyfsm::Event {};
struct ReindexDatabase : tinyfsm::Event {};