diff options
author | Andreas Kling <kling@serenityos.org> | 2021-07-09 21:09:41 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-09 22:07:00 +0200 |
commit | 1cec672e6908676b4383762b3a6f205de84243ac (patch) | |
tree | 3db4e48368dce5503b4eee409164eac1fdd90878 /Userland/Applications/PixelPaint/LayerListWidget.h | |
parent | 0ef3cf7b0fff5abf5bb3291a75609984d8ca428f (diff) | |
download | serenity-1cec672e6908676b4383762b3a6f205de84243ac.zip |
PixelPaint: Remove unused member from LayerListWidget::Gadget
Diffstat (limited to 'Userland/Applications/PixelPaint/LayerListWidget.h')
-rw-r--r-- | Userland/Applications/PixelPaint/LayerListWidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/PixelPaint/LayerListWidget.h b/Userland/Applications/PixelPaint/LayerListWidget.h index b23806d04c..7364bf2d5f 100644 --- a/Userland/Applications/PixelPaint/LayerListWidget.h +++ b/Userland/Applications/PixelPaint/LayerListWidget.h @@ -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; }; |