summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/HistogramWidget.h
diff options
context:
space:
mode:
authorMacDue <macdue@dueutil.tech>2022-11-19 01:09:53 +0000
committerLinus Groh <mail@linusgroh.de>2022-11-19 14:37:31 +0000
commit8a5d2be617a82c93cfafa6c714dff67ab5ff0f7b (patch)
tree4245758b39618f88b850581e8c9519c3077559fe /Userland/Applications/PixelPaint/HistogramWidget.h
parent66a428ae03e12e5990feb209533f99516e41ed78 (diff)
downloadserenity-8a5d2be617a82c93cfafa6c714dff67ab5ff0f7b.zip
Everywhere: Remove unnecessary mutable attributes from lambdas
These lambdas were marked mutable as they captured a Ptr wrapper class by value, which then only returned const-qualified references to the value they point from the previous const pointer operators. Nothing is actually mutating in the lambdas state here, and now that the Ptr operators don't add extra const qualifiers these can be removed.
Diffstat (limited to 'Userland/Applications/PixelPaint/HistogramWidget.h')
0 files changed, 0 insertions, 0 deletions