summaryrefslogtreecommitdiff
path: root/src/dged/lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dged/lang.h')
-rw-r--r--src/dged/lang.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dged/lang.h b/src/dged/lang.h
index 8f8a604..dab81e6 100644
--- a/src/dged/lang.h
+++ b/src/dged/lang.h
@@ -16,12 +16,6 @@ struct language {
/** Descriptive name of the programming language */
const char *name;
-
- /** Tab width for indentation */
- uint32_t tab_width;
-
- /** Path to the language server */
- const char *lang_srv;
};
/**