src/eric7/EricXML/Config.py

branch
eric7
changeset 10595
59579e8aff98
parent 10439
21c28b0f9e41
--- a/src/eric7/EricXML/Config.py	Mon Feb 19 19:17:04 2024 +0100
+++ b/src/eric7/EricXML/Config.py	Wed Feb 21 10:56:24 2024 +0100
@@ -4,44 +4,11 @@
 #
 
 """
-Module implementing some common configuration stuf for the XML package.
+Module implementing some common configuration stuff for the XML package.
 """
 
-# version number of the multi project file
-multiProjectFileFormatVersion = "5.1"
-
-# version numbers of the project file
-projectFileFormatVersion = "6.5"
-projectFileFormatVersionRcc = "6.4"
-projectFileFormatVersionUic = "6.3"
-projectFileFormatVersionIdl = "6.2"
-projectFileFormatVersionMake = "6.1"
-projectFileFormatVersionProto = "6.0"
-projectFileFormatVersionAlt = "5.1"
-
-# version number of the user project file
-userProjectFileFormatVersion = "4.0"
-
-# version number of the project session file
-sessionFileFormatVersion = "6.4"
-
-# version number of the shortcuts file
-shortcutsFileFormatVersion = "3.6"
-
-# version number of the tasks file
-tasksFileFormatVersion = "6.0"
-
-# version number of the debugger properties file
-debuggerPropertiesFileFormatVersion = "6.0"
-
-# version number of the templates file
-templatesFileFormatVersion = "4.0"
-
 # version number of the plugin repository file
 pluginRepositoryFileFormatVersion = "4.2"
 
-# version number of the highlighting styles file
-highlightingStylesFileFormatVersion = "6.0"
-
 # version number of the web browser spell check dictionaries list file
 dictionariesListFileFormatVersion = "1.0"

eric ide

mercurial