From dcacc00e3750300617ba6e16eb346713f91a783a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:52:54 +0100 Subject: Remove testing data --- examples/dte/status.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 examples/dte/status.h (limited to 'examples/dte/status.h') diff --git a/examples/dte/status.h b/examples/dte/status.h deleted file mode 100644 index df84f0f..0000000 --- a/examples/dte/status.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef STATUS_H -#define STATUS_H - -#include -#include "editor.h" -#include "options.h" -#include "window.h" - -size_t statusline_format_find_error(const char *str); - -void sf_format ( - const Window *window, - const GlobalOptions *opts, - InputMode mode, - char *buf, - size_t size, - const char *format -); - -#endif -- cgit v1.2.3