summaryrefslogtreecommitdiff
path: root/view/sharedcache/ui
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-02-19 23:22:25 -0500
committerMason Reed <mason@vector35.com>2025-04-02 05:36:54 -0400
commitabc72eb94ee5dd245cb50dd47da94e875f244b20 (patch)
tree4e7b9ecc2156c6ae84a47dfc160c7444fc43a73f /view/sharedcache/ui
parent157c4a3134df6e8e19d0f932b9215c1a1317dbec (diff)
[SharedCache] Remove some dead code and misc lints
Diffstat (limited to 'view/sharedcache/ui')
-rw-r--r--view/sharedcache/ui/SharedCacheUINotifications.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/view/sharedcache/ui/SharedCacheUINotifications.cpp b/view/sharedcache/ui/SharedCacheUINotifications.cpp
index 6979bac3..9d5893f9 100644
--- a/view/sharedcache/ui/SharedCacheUINotifications.cpp
+++ b/view/sharedcache/ui/SharedCacheUINotifications.cpp
@@ -48,7 +48,6 @@ void UINotifications::OnViewChange(UIContext* context, ViewFrame* frame, const Q
if (!ah->isBoundAction("Load Image by Name"))
{
ah->bindAction("Load Image by Name", UIAction([view = view](const UIActionContext& ctx) {
- Ref<SharedCacheAPI::SharedCache> cache = new SharedCacheAPI::SharedCache(view);
DisplayDSCPicker(ctx.context, view);
}));
ah->bindAction("Load Section by Address", UIAction([view = view](const UIActionContext& ctx) {