summaryrefslogtreecommitdiff
path: root/l10ntools/source/srclex.l
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-12-26 14:36:56 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2013-12-27 07:14:56 +0100
commiteeee7f00c704739ebf912737072d07708920e6f2 (patch)
tree1f348c3f4d9bf8a47626eb667d752fc3efa33212 /l10ntools/source/srclex.l
parent6ded5aecce2c31f353c8b0bb7fda09c525a2e5bf (diff)
Transex3: remove obsolete textrefid
Change-Id: Ic34efbd2090a11aa6fa88d67eda7ab31b1bddfcb
Diffstat (limited to 'l10ntools/source/srclex.l')
-rw-r--r--l10ntools/source/srclex.l5
1 files changed, 0 insertions, 5 deletions
diff --git a/l10ntools/source/srclex.l b/l10ntools/source/srclex.l
index 3642376f4818..c97dcaa12fc2 100644
--- a/l10ntools/source/srclex.l
+++ b/l10ntools/source/srclex.l
@@ -168,11 +168,6 @@ void YYWarning();
WorkOnTokenSet( APPFONTMAPPING, yytext );
}
-[ \t]*[a-zA-Z0-9_]+[ \t]*=[ \t]*[0123456789]{1,5}[ \t]*";"?\\? {
-/* TEXTREFID // TextTyp = 12345 */
- WorkOnTokenSet( TEXTREFID, yytext );
-}
-
[a-zA-Z0-9_]+[ \t]*"="[\t ]*([ \t]*"//".*\n)*.* |
[a-zA-Z0-9_]+[ \t]*"=".* {
/* ASSIGNMENT Typ = ... */