Skip to content

Commit a49d44e

Browse files
committed
Merge branch 'marquee' of https://github.com/Avid29/Labs-Windows into marquee
2 parents 9df6e7b + 0c80885 commit a49d44e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/MarqueeText/src/MarqueeText.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ namespace CommunityToolkit.Labs.WinUI.MarqueeTextRns;
2222
[TemplateVisualState(GroupName = BehaviorVisualStateGroupName, Name = BouncingVisualStateName)]
2323
[ContentProperty(Name = nameof(Text))]
2424
public partial class MarqueeText : Control
25-
#if HAS_UNO
26-
, IDisposable
27-
#endif
2825
{
2926
private const string MarqueeContainerPartName = "MarqueeContainer";
3027
private const string Segment1PartName = "Segment1";

0 commit comments

Comments
 (0)