diff -r 7478d0c0dc1c -r 2c924cf26161 features.py --- a/features.py Fri Oct 01 15:36:09 2021 +0200 +++ b/features.py Fri Oct 01 23:19:04 2021 +0200 @@ -12,7 +12,6 @@ ('Native', 'NativeLib.NativeLibrary', True), ('Python', 'py_ext.PythonLibrary', True), ('Etherlab', 'etherlab.EthercatMaster.EtherlabLibrary', False), - ('SVGUI', 'svgui.SVGUILibrary', False), ('SVGHMI', 'svghmi.SVGHMILibrary', False)] catalog = [ @@ -23,7 +22,6 @@ ('c_ext', _('C extension'), _('Add C code accessing located variables synchronously'), 'c_ext.CFile'), ('py_ext', _('Python file'), _('Add Python code executed asynchronously'), 'py_ext.PythonFile'), ('wxglade_hmi', _('WxGlade GUI'), _('Add a simple WxGlade based GUI.'), 'wxglade_hmi.WxGladeHMI'), - ('svgui', _('SVGUI'), _('Experimental web based HMI'), 'svgui.SVGUI'), ('svghmi', _('SVGHMI'), _('SVG based HMI'), 'svghmi.SVGHMI')] file_editors = []