removed an unused language key

This commit is contained in:
hneemann 2019-07-11 12:56:14 +02:00
parent 55b1e77db6
commit d11dd76c25
3 changed files with 0 additions and 5 deletions

View File

@ -80,9 +80,6 @@ public class HDLCircuit implements Iterable<HDLNode>, HDLModel.BitProvider, Prin
* @throws NodeException NodeException
*/
public HDLCircuit(Circuit circuit, String elementName, HDLModel c, HDLClockIntegrator clockIntegrator) throws PinException, HDLException, NodeException {
// if (circuit.getAttributes().get(Keys.IS_GENERIC))
// throw new HDLException(Lang.get("err_genericCircuitsAreNotYetSupported"));
this.elementName = elementName;
if (elementName.toLowerCase().endsWith(".dig"))

View File

@ -1023,7 +1023,6 @@ Sind evtl. die Namen der Variablen nicht eindeutig?</string>
<string name="err_thereIsAUnnamedIO">Es gibt ein unbenannten Ein- oder Ausgang</string>
<string name="err_NameOfIOIsInvalidOrNotUnique_N">Der Signalname "{0}" ist ungültig oder mehrfach verwendet!</string>
<string name="err_substitutingError">Fehler bei der Substitution von Elementen für die Analyse.</string>
<string name="err_genericCircuitsAreNotYetSupported">Generische Schaltungen werden noch nicht unterstützt.</string>
<string name="err_evaluatingGenericsCode_N_N">Fehler bei der Auswertung des generischen Codes der Schaltung. Code:
{1}
in Komponente: {0}

View File

@ -1015,7 +1015,6 @@
<string name="err_thereIsAUnnamedIO">There is a unnamed input or output!</string>
<string name="err_NameOfIOIsInvalidOrNotUnique_N">The signal name "{0}" is invalid or used multiple times!</string>
<string name="err_substitutingError">Error when substituting components for the analysis.</string>
<string name="err_genericCircuitsAreNotYetSupported">Generic circuits are not yet supported.</string>
<string name="err_evaluatingGenericsCode_N_N">Error in the evaluation of the generic code of the circuit. Code
{1}
at Component: {0}</string>