summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2016-05-25 20:06:26 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-05-27 08:31:49 +0000
commitc8754b38ce205845aad5cde3c5ad4070ce38f7d5 (patch)
tree6023cfb5e9e7e64029973908bd07decd4b5e72d2 /include
parenta9d2302d4d0732a0c1203bbb7c0182b8de59403d (diff)
remove unused RSC_DOCKWINDOW flags
Change-Id: I2e2d82760b10876a7cf2a8cfb375926eb24d23e4 Reviewed-on: https://gerrit.libreoffice.org/25462 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/tools/rc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/tools/rc.h b/include/tools/rc.h
index cd09254b4dc4..bb6cb3b9f46c 100644
--- a/include/tools/rc.h
+++ b/include/tools/rc.h
@@ -137,12 +137,6 @@ namespace o3tl {
#define RSC_TOOLBOX_ITEMIMAGELIST 0x40
#define RSC_TOOLBOX_ITEMLIST 0x80
-// For "DockingWindow" resources:
-#define RSC_DOCKINGWINDOW_XYMAPMODE 0x01
-#define RSC_DOCKINGWINDOW_X 0x02
-#define RSC_DOCKINGWINDOW_Y 0x04
-#define RSC_DOCKINGWINDOW_FLOATING 0x08
-
// For "ImageButtons":
enum class RscImageButtonFlags {
Image = 0x01,