diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-29 09:50:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-29 15:19:17 +0200 |
commit | 45acf26775ac7e91ceb88d8941cee25c2cd65873 (patch) | |
tree | 9651995799bd40d40d705ba1b9a3d3c1f2b39475 /scp2 | |
parent | 57d3e8b35d18c6fb329badbab8a8c28020253a40 (diff) |
remove some unused macro definitions
Change-Id: I253e5108161b932e3dc588b656e550bb9dc022b0
Reviewed-on: https://gerrit.libreoffice.org/41672
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/inc/macros.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index 4f03fbe58d8e..4e113f90a7f0 100644 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -210,14 +210,6 @@ End End #endif -#define STD_RES_FILE(id,name) \ - File id \ - TXT_FILE_BODY; \ - RESFILE_ALL_LANG(name); \ - Dir = gid_Dir_Resource; \ - Styles = (PACKED); \ - End - #define LIBO_JAR_FILE(id,name) \ File id \ TXT_FILE_BODY; \ |