Skip to content

Commit 9cfc283

Browse files
Update input.c
1 parent 0ec1954 commit 9cfc283

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

code/logic/input.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,6 @@
4343
#define FOSSIL_SAN_BOT 0x40
4444
#define FOSSIL_SAN_SPAM 0x80
4545

46-
/* ============================================================
47-
* Context enum — what’s allowed depends on usage
48-
* ============================================================ */
49-
typedef enum {
50-
FOSSIL_CTX_GENERIC = 0, /* balanced approach (default) */
51-
FOSSIL_CTX_HTML, /* for rendering in HTML */
52-
FOSSIL_CTX_SQL, /* for SQL queries (still use params!) */
53-
FOSSIL_CTX_SHELL, /* for shell commands */
54-
FOSSIL_CTX_FILENAME /* for filenames */
55-
} fossil_context_t;
56-
5746

5847
// Function to trim leading and trailing spaces from a string
5948
void fossil_io_trim(char *str) {

0 commit comments

Comments
 (0)