diff options
| author | Brian Potchik <brian@vector35.com> | 2024-11-21 15:38:49 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-11-21 15:38:49 -0500 |
| commit | d707b4012c516e1aa15e0cc4b0b01ebdd3a7d184 (patch) | |
| tree | 825f0e279902b23a4d104c03d1462c0579a4b8cf /ui/scriptingconsole.h | |
| parent | 07fac8b5f590f31f879dda36ecd7e943ae63f97c (diff) | |
Remove DockHandler and DockWidget support.
Diffstat (limited to 'ui/scriptingconsole.h')
| -rw-r--r-- | ui/scriptingconsole.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/scriptingconsole.h b/ui/scriptingconsole.h index 23849e8f..730bba31 100644 --- a/ui/scriptingconsole.h +++ b/ui/scriptingconsole.h @@ -207,7 +207,6 @@ class BINARYNINJAUIAPI ScriptingConsole : public SidebarWidget, BinaryNinja::Scr bool getScriptIsActive() const { return m_scriptActive; } void clearConsole(); - void hideConsole(); void addInput(const std::string& text); |
