summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TabFolder.java
diff options
context:
space:
mode:
authorSteve Northover <steve>2003-04-25 21:51:26 +0000
committerSteve Northover <steve>2003-04-25 21:51:26 +0000
commitb4f322e3385e851e5b10bf1691d16547f6c2be88 (patch)
tree4c52d4afc95a13b9b16fcf610b65807aa05d3aa6 /bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TabFolder.java
parent7a3cf5a9c985ebcd2b191d6860fdf1864c5947c4 (diff)
downloadeclipse.platform.swt-b4f322e3385e851e5b10bf1691d16547f6c2be88.tar.gz
eclipse.platform.swt-b4f322e3385e851e5b10bf1691d16547f6c2be88.tar.xz
eclipse.platform.swt-b4f322e3385e851e5b10bf1691d16547f6c2be88.zip
Display!
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TabFolder.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TabFolder.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TabFolder.java b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TabFolder.java
index 2eb1affb4e..6b744620d0 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TabFolder.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/TabFolder.java
@@ -398,7 +398,6 @@ Point minimumSize (int wHint, int hHint, boolean flushCache) {
}
Rect getInset () {
- Display display = getDisplay ();
return display.tabFolderInset;
}