summaryrefslogtreecommitdiff
path: root/vcl/source/src
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-11-26 20:08:53 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-11-26 21:34:49 +0200
commite17302a110c0dd143a4ea11855a3d2c736e49fdd (patch)
treee09fe47d80939b53f70e84d4eaf4c585ffb9814c /vcl/source/src
parent3dab9849115284f9a126356e2354ad7fb8557663 (diff)
Revert "Add layout engine info to the About dialog"
Diffstat (limited to 'vcl/source/src')
-rw-r--r--vcl/source/src/app.src15
1 files changed, 0 insertions, 15 deletions
diff --git a/vcl/source/src/app.src b/vcl/source/src/app.src
index 0197d984a098..b36686d99d1d 100644
--- a/vcl/source/src/app.src
+++ b/vcl/source/src/app.src
@@ -39,19 +39,4 @@ String SV_APP_VCLBACKEND
Text [ en-US ] = "VCL: ";
};
-String SV_APP_LAYOUT_ENGINE
-{
- Text [ en-US ] = "Layout Engine: ";
-};
-
-String SV_APP_LAYOUT_NEW
-{
- Text [ en-US ] = "new";
-};
-
-String SV_APP_LAYOUT_OLD
-{
- Text [ en-US ] = "old";
-};
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */