Ver código fonte

PixelPaint: Remove unused function definition from Image

Tim Ledbetter 2 anos atrás
pai
commit
30b3c30aba
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      Userland/Applications/PixelPaint/Image.h

+ 0 - 2
Userland/Applications/PixelPaint/Image.h

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