diff --git a/AvaloniaGif/GifImage.cs b/AvaloniaGif/GifImage.cs index 48e185c..f636529 100644 --- a/AvaloniaGif/GifImage.cs +++ b/AvaloniaGif/GifImage.cs @@ -78,7 +78,6 @@ public Stretch Stretch set => SetValue(StretchProperty, value); } - private static void AutoStartChanged(AvaloniaPropertyChangedEventArgs e) { var image = e.Sender as GifImage; @@ -180,4 +179,4 @@ private static void SourceChanged(AvaloniaPropertyChangedEventArgs e) image.backingRTB = new RenderTargetBitmap(image.gifInstance.GifPixelSize, new Vector(96, 96)); } } -} \ No newline at end of file +}