summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-04 15:56:10 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-04 15:59:06 +0200
commitb8423c4f83542f27010ebbdceda45aec6585325b (patch)
tree8537cca3febf6c2278bdc2d90f4aef5357672823 /extensions
parent5717de74f5bdeb975d9acc9ab7a4dc8968f0ca47 (diff)
remove unused resource ids
ui conversion fallout Change-Id: I9c07728e6fccee46545171573fb95fbda8cf1fcb
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/abpilot/abpresid.hrc15
-rw-r--r--extensions/source/dbpilots/dbpresid.hrc6
2 files changed, 0 insertions, 21 deletions
diff --git a/extensions/source/abpilot/abpresid.hrc b/extensions/source/abpilot/abpresid.hrc
index af913fc4ad05..2b0681e29672 100644
--- a/extensions/source/abpilot/abpresid.hrc
+++ b/extensions/source/abpilot/abpresid.hrc
@@ -98,25 +98,10 @@
#error "please adjust the resource id ranges!!"
#endif
-// local resource ids
-#define FL_SEPARATOR 1
-
-#define FT_NAME_EXPL 4
-
// some defines
#define WINDOW_SIZE_X 240
#define WINDOW_SIZE_Y 185
-#define WINDOW_BORDER_X 12
-#define WINDOW_BORDER_Y 14
-
-#define BUTTON_SIZE_X 50
-#define BUTTON_SIZE_Y 14
-
-#define HEADER_SIZE_Y 30
-
-#define BORDER_X 12
-
#endif // EXTENSIONS_ABPRESID_HRC
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/extensions/source/dbpilots/dbpresid.hrc b/extensions/source/dbpilots/dbpresid.hrc
index 6c7623723d7e..503059af88a3 100644
--- a/extensions/source/dbpilots/dbpresid.hrc
+++ b/extensions/source/dbpilots/dbpresid.hrc
@@ -112,12 +112,6 @@
#define WINDOW_SIZE_Y 185
#define WINDOW_HALF_SIZE_X ( WINDOW_SIZE_X / 2 )
-#define BUTTON_SIZE_X 50
-#define BUTTON_SIZE_Y 14
-
-#define ITEM_BUTTON_SIZE_X 20
-#define ITEM_BUTTON_SIZE_Y 12
-
#endif // _EXTENSIONS_DBP_DBPRESID_HRC_
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */