From 7cdcd44e0ca10ebdc796638190ed1d9b45d99ef0 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 15 Jan 2024 12:31:20 +1100 Subject: Begin migration of remaining screens to Lua --- src/ui/include/model_top_bar.hpp | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/ui/include/model_top_bar.hpp (limited to 'src/ui/include/model_top_bar.hpp') diff --git a/src/ui/include/model_top_bar.hpp b/src/ui/include/model_top_bar.hpp deleted file mode 100644 index c0f148f3..00000000 --- a/src/ui/include/model_top_bar.hpp +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright 2023 jacqueline - * - * SPDX-License-Identifier: GPL-3.0-only - */ - -#pragma once - -#include "battery.hpp" -#include "bindey/property.h" - -#include "track.hpp" - -namespace ui { -namespace models { - -struct TopBar { - bindey::property battery_state; - - // Shared with the Playback model - bindey::property& is_playing; - bindey::property>& current_track; -}; - -} // namespace models -} // namespace ui -- cgit v1.2.3