mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-11 16:09:32 +00:00
PixelPaint: Remove unused function definition from Image
This commit is contained in:
committed by
Jelle Raaijmakers
parent
8b4158633b
commit
30b3c30aba
@@ -125,8 +125,6 @@ private:
|
||||
ErrorOr<void> merge_layers(LayerMergeMode);
|
||||
ErrorOr<void> merge_active_layer(NonnullRefPtr<Layer> const&, LayerMergeDirection);
|
||||
|
||||
DeprecatedString generate_unique_layer_name(DeprecatedString const& original_name);
|
||||
|
||||
Gfx::IntSize m_size;
|
||||
Vector<NonnullRefPtr<Layer>> m_layers;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user