diff options
| author | jixiufeng <jixiufeng@luojilab.com> | 2019-04-22 23:39:52 +0800 |
|---|---|---|
| committer | jixiuf <jixiuf@qq.com> | 2019-07-30 22:00:57 +0800 |
| commit | d97260c902524850b4b90489231a3fe00f606921 (patch) | |
| tree | 980ba15b1aacaf389ff73f6d8b2412935719ab1e /vterm-module.c | |
| parent | 44570d15d220f5d41aa1ce20e84644bd7f891d54 (diff) | |
clean code,remove unused function get_hex_color_fg and get_hex_color_bg
Diffstat (limited to 'vterm-module.c')
| -rw-r--r-- | vterm-module.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vterm-module.c b/vterm-module.c index f753280..45b97b3 100644 --- a/vterm-module.c +++ b/vterm-module.c @@ -749,8 +749,6 @@ int emacs_module_init(struct emacs_runtime *ert) { Fput_text_property = env->make_global_ref(env, env->intern(env, "put-text-property")); Fset = env->make_global_ref(env, env->intern(env, "set")); - Fvterm_face_color_hex = - env->make_global_ref(env, env->intern(env, "vterm--face-color-hex")); Fvterm_flush_output = env->make_global_ref(env, env->intern(env, "vterm--flush-output")); Fforward_line = env->make_global_ref(env, env->intern(env, "forward-line")); |
