summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
diff options
context:
space:
mode:
authorSteve Northover <steve>2008-01-23 21:53:01 +0000
committerSteve Northover <steve>2008-01-23 21:53:01 +0000
commit88a731243ad7921dffaeef81c33877b87b09e562 (patch)
tree0065c7ce5ba97722f72b6553ef320741aab661f3 /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
parent98b747282c1319c8e9c198885a5a1df90325e821 (diff)
downloadeclipse.platform.swt-88a731243ad7921dffaeef81c33877b87b09e562.tar.gz
eclipse.platform.swt-88a731243ad7921dffaeef81c33877b87b09e562.tar.xz
eclipse.platform.swt-88a731243ad7921dffaeef81c33877b87b09e562.zip
get rid of unused region field
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
index c26216bde0..ea3ab6c1b9 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Shell.java
@@ -124,7 +124,6 @@ public class Shell extends Decorations {
int /*long*/ windowProc;
Control lastActive;
SHACTIVATEINFO psai;
- Region region;
static /*final*/ int /*long*/ ToolTipProc;
static final int /*long*/ DialogProc;
static final TCHAR DialogClass = new TCHAR (0, OS.IsWinCE ? "Dialog" : "#32770", true);