aboutsummaryrefslogtreecommitdiff
path: root/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'view.h')
-rw-r--r--view.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/view.h b/view.h
index fff6cfc..a9ebbc5 100644
--- a/view.h
+++ b/view.h
@@ -357,13 +357,10 @@ bool view_regions_save(View*, Filerange*, SelectionRegion*);
* @{
*/
void view_options_set(View*, enum UiOption options);
-enum UiOption view_options_get(View*);
bool view_breakat_set(View*, const char *breakat);
/** Set how many spaces are used to display a tab `\t` character. */
void view_tabwidth_set(View*, int tabwidth);
-/** Define a display style. */
-bool view_style_define(View*, enum UiStyle, const char *style);
/** Apply a style to a text range. */
void view_style(View*, enum UiStyle, size_t start, size_t end);