From c5f1b4e0f55fecf6c13f9a6fcdf6f0d44592171f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Mon, 2 May 2016 16:46:22 +0200 Subject: vis: enable large file optimizations for files with long lines --- vis.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 8d9681e..387a8dc 100644 --- a/vis.h +++ b/vis.h @@ -446,8 +446,6 @@ Regex *vis_regex(Vis*, const char *pattern); Text *vis_text(Vis*); View *vis_view(Vis*); Win *vis_window(Vis*); -Text *vis_file_text(File*); -const char *vis_file_name(File*); bool vis_theme_load(Vis*, const char *name); -- cgit v1.2.3