From 33812921a2294637e4635d5b8426fc47f69a05a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 4 Sep 2014 22:22:39 +0200 Subject: Implement movement to a given line --- vis.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index fec25f1..c3f81c3 100644 --- a/vis.h +++ b/vis.h @@ -175,7 +175,6 @@ bool vis_syntax_load(Vis*, Syntax *syntaxes, Color *colors); void vis_syntax_unload(Vis*); void vis_search(Vis *ed, const char *regex, int direction); -size_t vis_line_goto(Vis *vis, size_t lineno); bool vis_window_new(Vis *vis, const char *filename); void vis_window_split(Vis *ed, const char *filename); -- cgit v1.2.3