diff options
Diffstat (limited to 'src/view.h')
-rw-r--r-- | src/view.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -45,9 +45,6 @@ void undo__teco_view_ssm(teco_view_t *, unsigned int, uptr_t, sptr_t); void teco_view_set_representations(teco_view_t *ctx); /** @memberof teco_view_t */ -void undo__teco_view_set_representations(teco_view_t *); - -/** @memberof teco_view_t */ static inline void teco_view_set_scintilla_undo(teco_view_t *ctx, gboolean state) { |