summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) -