Skip to content

Commit 5fb3706

Browse files
committed
Remove redundant function
1 parent 798180c commit 5fb3706

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Graphoon/Graph.lua

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,6 @@ function Graph.new()
149149
end
150150
end
151151

152-
---
153-
-- Checks if the id points to an existing node.
154-
-- @param id - The id to check for.
155-
--
156-
function self:exists( id )
157-
return nodes[id] ~= nil;
158-
end
159-
160152
---
161153
-- Draws the graph.
162154
-- Takes two callback functions as a parameter. These will be called

0 commit comments

Comments
 (0)