Browse Source

remove unused resource strings

Bernd Kreuss 3 years ago
parent
commit
0f5bd26cba
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/fcl-base/src/fpexprpars.pp

+ 0 - 2
packages/fcl-base/src/fpexprpars.pp

@@ -879,7 +879,6 @@ Resourcestring
   SErrNoNegation = 'Cannot negate expression of type %s : %s';
   SErrNoNegation = 'Cannot negate expression of type %s : %s';
   SErrNoNOTOperation = 'Cannot perform "not" on expression of type %s: %s';
   SErrNoNOTOperation = 'Cannot perform "not" on expression of type %s: %s';
   SErrTypesDoNotMatch = 'Type mismatch: %s<>%s for expressions "%s" and "%s".';
   SErrTypesDoNotMatch = 'Type mismatch: %s<>%s for expressions "%s" and "%s".';
-  SErrTypesIncompatible = 'Incompatible types: %s<>%s for expressions "%s" and "%s".';
   SErrNoNodeToCheck = 'Internal error: No node to check !';
   SErrNoNodeToCheck = 'Internal error: No node to check !';
   SInvalidNodeType = 'Node type (%s) not in allowed types (%s) for expression: %s';
   SInvalidNodeType = 'Node type (%s) not in allowed types (%s) for expression: %s';
   SErrUnterminatedExpression = 'Badly terminated expression. Found token at position %d : %s';
   SErrUnterminatedExpression = 'Badly terminated expression. Found token at position %d : %s';
@@ -889,7 +888,6 @@ Resourcestring
   SErrInvalidArgumentType = 'Invalid type for argument %d: Expected %s, got %s';
   SErrInvalidArgumentType = 'Invalid type for argument %d: Expected %s, got %s';
   SErrInvalidResultType = 'Invalid result type: %s';
   SErrInvalidResultType = 'Invalid result type: %s';
   SErrNotVariable = 'Identifier %s is not a variable';
   SErrNotVariable = 'Identifier %s is not a variable';
-  SErrInactive = 'Operation not allowed while an expression is active';
   SErrIFNeedsBoolean = 'First argument to IF must be of type boolean: %s';
   SErrIFNeedsBoolean = 'First argument to IF must be of type boolean: %s';
   SErrCaseNeeds3 = 'Case statement needs to have at least 4 arguments';
   SErrCaseNeeds3 = 'Case statement needs to have at least 4 arguments';
   SErrCaseEvenCount = 'Case statement needs to have an even number of arguments';
   SErrCaseEvenCount = 'Case statement needs to have an even number of arguments';