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