summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2007-03-15 23:07:10 +0000
committerFelipe Heidrich <fheidric>2007-03-15 23:07:10 +0000
commit3959f235ad7f444b4949c9f45ab22f70a60625eb (patch)
tree4eadfdf8da20a55b1f9f937e2ab454ff1f1608a4
parentd3cc4c160ad0e77e081b4c653286505bc0567791 (diff)
downloadeclipse.platform.swt-3959f235ad7f444b4949c9f45ab22f70a60625eb.tar.gz
eclipse.platform.swt-3959f235ad7f444b4949c9f45ab22f70a60625eb.tar.xz
eclipse.platform.swt-3959f235ad7f444b4949c9f45ab22f70a60625eb.zip
*** empty log message ***
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextEvent.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextEvent.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextEvent.java
index e7082df13f..73c5adba93 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextEvent.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/StyledTextEvent.java
@@ -39,7 +39,6 @@ class StyledTextEvent extends Event {
int y;
int ascent;
int descent;
- GC gc;
StyleRange style;
StyledTextEvent (StyledTextContent content) {