aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-05-02 16:46:22 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-05-04 13:47:50 +0200
commitc5f1b4e0f55fecf6c13f9a6fcdf6f0d44592171f (patch)
tree3d61dca197a23c4673fc7f0d31dae3ffb683ec10 /vis.h
parentbab79b3bbdb95579ffc7e447bed3b00f2547505c (diff)
downloadvis-c5f1b4e0f55fecf6c13f9a6fcdf6f0d44592171f.tar.gz
vis-c5f1b4e0f55fecf6c13f9a6fcdf6f0d44592171f.tar.xz
vis: enable large file optimizations for files with long lines
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 0 insertions, 2 deletions
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);