mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +00:00
PixelPaint: Remove unused member from LayerListWidget::Gadget
This commit is contained in:
parent
0ef3cf7b0f
commit
1cec672e69
2 changed files with 3 additions and 4 deletions
|
@ -52,7 +52,6 @@ private:
|
|||
struct Gadget {
|
||||
size_t layer_index { 0 };
|
||||
Gfx::IntRect rect;
|
||||
Gfx::IntRect temporary_rect_during_move;
|
||||
bool is_moving { false };
|
||||
Gfx::IntPoint movement_delta;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue