We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec1954 commit 9cfc283Copy full SHA for 9cfc283
code/logic/input.c
@@ -43,17 +43,6 @@
43
#define FOSSIL_SAN_BOT 0x40
44
#define FOSSIL_SAN_SPAM 0x80
45
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
-
57
58
// Function to trim leading and trailing spaces from a string
59
void fossil_io_trim(char *str) {
0 commit comments