Skip to content

Commit

Permalink
Removed unused field.
Browse files Browse the repository at this point in the history
  • Loading branch information
grokys committed Mar 8, 2016
1 parent 5802040 commit eaecc0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Perspex.Controls/Panel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using Perspex.LogicalTree;
using Perspex.Media;
using Perspex.Metadata;

Expand All @@ -28,8 +27,6 @@ public class Panel : Control, IPanel

private readonly Controls _children = new Controls();

private ILogical _childLogicalParent;

/// <summary>
/// Initializes static members of the <see cref="Panel"/> class.
/// </summary>
Expand All @@ -44,7 +41,6 @@ static Panel()
public Panel()
{
_children.CollectionChanged += ChildrenChanged;
_childLogicalParent = this;
}

/// <summary>
Expand Down

0 comments on commit eaecc0c

Please sign in to comment.