summaryrefslogtreecommitdiff
path: root/basctl/source/dlged/propbrw.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-04-20 01:56:13 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-04-20 01:57:32 +0900
commit3f7c2623633ccce76cb5523d9dc2a268226b34ab (patch)
treedabb3d3c659512280f7c394831ffd69291fa3e5d /basctl/source/dlged/propbrw.cxx
parente0753b7424781d9145af24b653e0a9d5c01a8657 (diff)
removed unused const/static data
Diffstat (limited to 'basctl/source/dlged/propbrw.cxx')
-rw-r--r--basctl/source/dlged/propbrw.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx
index 4e1f90f1f1f6..3dddfbc4fa7e 100644
--- a/basctl/source/dlged/propbrw.cxx
+++ b/basctl/source/dlged/propbrw.cxx
@@ -102,12 +102,7 @@ const long STD_WIN_SIZE_Y = 350;
const long STD_MIN_SIZE_X = 250;
const long STD_MIN_SIZE_Y = 250;
-const long STD_WIN_POS_X = 50;
-const long STD_WIN_POS_Y = 50;
const long WIN_BORDER = 2;
-const long MIN_WIN_SIZE_X = 50;
-const long MIN_WIN_SIZE_Y = 50;
-
DBG_NAME(PropBrw)