mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 06:02:20 -04:00
removed unused var
This commit is contained in:
parent
19ebf14e8c
commit
c3c680fc04
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ class TVWidget : public View {
|
|||
public:
|
||||
std::function<void(int32_t offset)> on_select { };
|
||||
|
||||
TVWidget(const bool cursor = false);
|
||||
TVWidget();
|
||||
|
||||
TVWidget(const TVWidget&) = delete;
|
||||
TVWidget(TVWidget&&) = delete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue