summaryrefslogtreecommitdiff
path: root/support/texlab/src/util/lang_data.rs
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/src/util/lang_data.rs')
-rw-r--r--support/texlab/src/util/lang_data.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/support/texlab/src/util/lang_data.rs b/support/texlab/src/util/lang_data.rs
index f270c3f65e..734ceb6df2 100644
--- a/support/texlab/src/util/lang_data.rs
+++ b/support/texlab/src/util/lang_data.rs
@@ -36,8 +36,6 @@ pub struct LanguageData {
pub fields: Vec<BibtexFieldDoc>,
pub pgf_libraries: Vec<String>,
pub tikz_libraries: Vec<String>,
- pub math_environments: Vec<String>,
- pub enum_environments: Vec<String>,
}
impl LanguageData {