From 56947ad5bbf0df7d35111010d0d5b7b3c19329cf Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Wed, 27 May 2020 17:51:42 +1000 Subject: Removed Follow, Path; Added LNode, LEdge, Node_Path, Edge_Path, Contains functions for Paths --- test/graph_tests-curses.ads | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/graph_tests-curses.ads') diff --git a/test/graph_tests-curses.ads b/test/graph_tests-curses.ads index dff209b..302c7b3 100644 --- a/test/graph_tests-curses.ads +++ b/test/graph_tests-curses.ads @@ -11,7 +11,6 @@ package Graph_Tests.Curses is function Last_Check return Test_Result; function Next_Check return Test_Result; function Previous_Check return Test_Result; - function Follow_Check return Test_Result; function Cursor_To_Check return Test_Result; @@ -20,7 +19,6 @@ package Graph_Tests.Curses is (+"Last", Last_Check'Access), (+"Next", Next_Check'Access), (+"Previous", Previous_Check'Access), - (+"Follow", Follow_Check'Access), (+"Cursor_To", Cursor_To_Check'Access)); -- cgit