diff --git a/LibNoDaveConnectionLibrary/DataTypes/PLCLanguage.cs b/LibNoDaveConnectionLibrary/DataTypes/PLCLanguage.cs index 2898dcec..2130f931 100644 --- a/LibNoDaveConnectionLibrary/DataTypes/PLCLanguage.cs +++ b/LibNoDaveConnectionLibrary/DataTypes/PLCLanguage.cs @@ -65,11 +65,6 @@ public enum PLCLanguage /// FFUP = 33, - /// - /// Same as SCL but for Safty blocks - /// - FSCL = 34, - /// /// Same as DB but for Safty blocks /// @@ -81,4 +76,4 @@ public enum PLCLanguage /// FCALL = 35, } -} \ No newline at end of file +}