diff options
Diffstat (limited to 'src/cmdline.h')
-rw-r--r-- | src/cmdline.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cmdline.h b/src/cmdline.h index be97c74..ebdf1e1 100644 --- a/src/cmdline.h +++ b/src/cmdline.h @@ -84,14 +84,6 @@ teco_cmdline_keymacro_c(gchar key, GError **error) return TRUE; } -/** Check whether we are executing directly from the end of the command line. */ -static inline gboolean -teco_cmdline_is_executing(teco_machine_main_t *ctx) -{ - return G_UNLIKELY(ctx == &teco_cmdline.machine && - ctx->macro_pc == teco_cmdline.effective_len); -} - extern gboolean teco_quit_requested; /* |