We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c564e commit fb6a438Copy full SHA for fb6a438
1 file changed
ReClass.NET/Nodes/FunctionPtrNode.cs
@@ -5,11 +5,6 @@ namespace ReClassNET.Nodes
5
{
6
public class FunctionPtrNode : BaseFunctionPtrNode
7
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>
13
public override Size Draw(ViewInfo view, int x, int y)
14
15
return Draw(view, x, y, "FunctionPtr", Name);
0 commit comments