summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-19 10:31:40 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-19 17:31:30 +0100
commit2e54f4ff0fe12846a52d0cbbd3404f115d515811 (patch)
treea6866686d610e814c287b0f78cf83a9e26842eb7 /vcl
parent998e2a64971516a2a77d34c1246a98e859a3e223 (diff)
vcl: dead code
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/salframe.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx
index f4c3d73506d5..4c412b7677de 100644
--- a/vcl/inc/salframe.hxx
+++ b/vcl/inc/salframe.hxx
@@ -103,16 +103,6 @@ struct SystemEnvData;
// the window containing the intro bitmap, aka splashscreen
#define SAL_FRAME_STYLE_INTRO ((sal_uLong)0x80000000)
-/*
-#define SAL_FRAME_STYLE_MINABLE ((sal_uLong)0x00000008)
-#define SAL_FRAME_STYLE_MAXABLE ((sal_uLong)0x00000010)
-#define SAL_FRAME_STYLE_BORDER ((sal_uLong)0x00000040)
-#define SAL_FRAME_STYLE_DOC ((sal_uLong)0x00004000)
-#define SAL_FRAME_STYLE_DIALOG ((sal_uLong)0x00008000)
-#define SAL_FRAME_STYLE_TOOL ((sal_uLong)0x00010000)
-#define SAL_FRAME_STYLE_FULLSIZE ((sal_uLong)0x00020000)
-*/
-
// ----------------------------------------
// - extended frame style -
// - (sal equivalent to extended WinBits) -