1
Fork 0
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:
Andreas Kling 2021-07-09 21:09:41 +02:00
parent 0ef3cf7b0f
commit 1cec672e69
2 changed files with 3 additions and 4 deletions

View file

@ -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;
};