Skip to content

Commit d9fd7ff

Browse files
committed
remove bogus comment line left from prev refactoring and commit
1 parent 34860ee commit d9fd7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sample Applications/SlidePuzzleDemo/Puzzle.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private UIElement PrepareVideoElement(out Size resultingSize)
135135
private void OnMoveMade(object sender, HandledEventArgs e)
136136
{
137137
// Blur or unblur based on whether the move was a valid one.
138-
var blur = (DropShadowEffect)StatusLabel.Effect; //(BlurBitmapEffect)ControlPanelBitmapEffect;
138+
var blur = (DropShadowEffect)StatusLabel.Effect;
139139
if (blur != null)
140140
{
141141
if (e.Handled)

0 commit comments

Comments
 (0)