mirror of
https://github.com/rm-code/Graphoon.git
synced 2024-11-16 18:24:22 +00:00
Remove redundant function
This commit is contained in:
parent
798180ca1d
commit
5fb3706f03
@ -149,14 +149,6 @@ function Graph.new()
|
||||
end
|
||||
end
|
||||
|
||||
---
|
||||
-- Checks if the id points to an existing node.
|
||||
-- @param id - The id to check for.
|
||||
--
|
||||
function self:exists( id )
|
||||
return nodes[id] ~= nil;
|
||||
end
|
||||
|
||||
---
|
||||
-- Draws the graph.
|
||||
-- Takes two callback functions as a parameter. These will be called
|
||||
|
Loading…
Reference in New Issue
Block a user