Skip to content

Commit fb6a438

Browse files
committed
Removed unused comment.
1 parent 39c564e commit fb6a438

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

ReClass.NET/Nodes/FunctionPtrNode.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ namespace ReClassNET.Nodes
55
{
66
public class FunctionPtrNode : BaseFunctionPtrNode
77
{
8-
/// <summary>Draws this node.</summary>
9-
/// <param name="view">The view information.</param>
10-
/// <param name="x">The x coordinate.</param>
11-
/// <param name="y">The y coordinate.</param>
12-
/// <returns>The pixel size the node occupies.</returns>
138
public override Size Draw(ViewInfo view, int x, int y)
149
{
1510
return Draw(view, x, y, "FunctionPtr", Name);

0 commit comments

Comments
 (0)