diff options
| author | Gabriele Bozzola <sbozzolator@gmail.com> | 2020-04-06 10:28:20 -0700 |
|---|---|---|
| committer | Gabriele Bozzola <sbozzolator@gmail.com> | 2020-04-06 10:28:20 -0700 |
| commit | ee8ef8db9a0c01f0ebf74c00fccd11c0a74a0490 (patch) | |
| tree | 7da7dc97017aacb08c9ac48c9ad85d90655d66f7 /vterm-module.h | |
| parent | 5d1a784e404a9a947a95109c6955813e51cbad59 (diff) | |
Remove unused vars in vterm-module
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vterm-module.h b/vterm-module.h index 068fb8f..142dda1 100644 --- a/vterm-module.h +++ b/vterm-module.h @@ -102,7 +102,7 @@ static void term_flush_output(Term *term, emacs_env *env); static void term_process_key(Term *term, emacs_env *env, unsigned char *key, size_t len, VTermModifier modifier); static void invalidate_terminal(Term *term, int start_row, int end_row); -static void refresh_size(Term *term); + void term_finalize(void *object); emacs_value Fvterm_new(emacs_env *env, ptrdiff_t nargs, emacs_value args[], |
