LibGUI: Remove unused variables in AbstractTableView::mousedown_event()
This commit is contained in:
parent
0b9d765f6b
commit
cd2c82a380
Notes:
sideshowbarker
2024-07-19 03:05:32 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/cd2c82a3807
1 changed files with 0 additions and 3 deletions
|
@ -178,9 +178,6 @@ void AbstractTableView::mousedown_event(MouseEvent& event)
|
|||
if (event.button() != MouseButton::Left)
|
||||
return AbstractView::mousedown_event(event);
|
||||
|
||||
auto adjusted_position = this->adjusted_position(event.position());
|
||||
Gfx::IntPoint horizontally_adjusted_position(adjusted_position.x(), event.position().y());
|
||||
|
||||
bool is_toggle;
|
||||
auto index = index_at_event_position(event.position(), is_toggle);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue