Skip to content

Commit 970ddc1

Browse files
committed
Removed localized Uno IDisposible issue suppression in Marquee control
1 parent 27fcb01 commit 970ddc1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

components/Marquee/src/Marquee.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ namespace CommunityToolkit.WinUI.Controls;
1818
[TemplateVisualState(GroupName = BehaviorVisualStateGroupName, Name = TickerVisualStateName)]
1919
[TemplateVisualState(GroupName = BehaviorVisualStateGroupName, Name = LoopingVisualStateName)]
2020
[TemplateVisualState(GroupName = BehaviorVisualStateGroupName, Name = BouncingVisualStateName)]
21-
#if HAS_UNO
22-
// See: https://github.com/CommunityToolkit/Labs-Windows/pull/275#issuecomment-1331113635
23-
#pragma warning disable CA1001
24-
#endif
2521
public partial class Marquee : ContentControl
2622
{
2723
private const string MarqueeContainerPartName = "MarqueeContainer";
@@ -317,7 +313,3 @@ private Storyboard CreateMarqueeStoryboardAnimation(double start, double end, Ti
317313
return marqueeStoryboard;
318314
}
319315
}
320-
321-
#if HAS_UNO
322-
#pragma warning restore CA1001
323-
#endif

0 commit comments

Comments
 (0)