summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2024-04-09 21:13:52 -0400
committerBrian Potchik <brian@vector35.com>2024-04-09 21:13:52 -0400
commitf2f976e7d1c8d818f512f66179f93fa575eab3c3 (patch)
treeac8959a93dfff72545c087d5aef6279042823dc4 /ui/viewframe.h
parentcb4f924f561769b4ff7597d266664c5136e66ccb (diff)
Fix refresh quiescing for TypeBrowser.
Diffstat (limited to 'ui/viewframe.h')
-rw-r--r--ui/viewframe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h
index fd663750..7fcca5ba 100644
--- a/ui/viewframe.h
+++ b/ui/viewframe.h
@@ -136,7 +136,6 @@ class BINARYNINJAUIAPI View
virtual ~View() {}
void enableRefreshTimer(QWidget* owner, int interval);
- void setRefreshTimerRunning(bool running);
void setRefreshQuiesce(bool enable);
virtual void notifyRefresh() {};