summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2008-05-29 23:35:55 +0000
committerFelipe Heidrich <fheidric>2008-05-29 23:35:55 +0000
commit34504203f9c25685e2e17a0720837120dc7557fa (patch)
treeedd146f1f1718442fefb34e5bbabd8b27426d73c
parent046e0d0bfd6bae07f076caade40f57f2f865587f (diff)
downloadeclipse.platform.swt-34504203f9c25685e2e17a0720837120dc7557fa.tar.gz
eclipse.platform.swt-34504203f9c25685e2e17a0720837120dc7557fa.tar.xz
eclipse.platform.swt-34504203f9c25685e2e17a0720837120dc7557fa.zip
234738 - TextLayout font fallback improvement
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Device.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Device.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Device.java
index 632738527c..8ae8977379 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Device.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/Device.java
@@ -56,7 +56,6 @@ public abstract class Device implements Drawable {
/* Scripts */
int /*long*/ [] scripts;
- LOGFONT [] logFontsCache;
/* Advanced Graphics */
int /*long*/ [] gdipToken;
@@ -894,7 +893,6 @@ protected void release () {
}
gdipToken = null;
scripts = null;
- logFontsCache = null;
if (hPalette != 0) OS.DeleteObject (hPalette);
hPalette = 0;
colorRefCount = null;