summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2007-08-22 21:59:25 +0000
committerFelipe Heidrich <fheidric>2007-08-22 21:59:25 +0000
commit536f955c2387b36f82f96dd59e83e27146c886e4 (patch)
tree7f27983780dd8879adcbdccbf20be8d573e552ee
parenta8b66e5526c4d5742c189dc14fbd5713d660c0e6 (diff)
downloadeclipse.platform.swt-536f955c2387b36f82f96dd59e83e27146c886e4.tar.gz
eclipse.platform.swt-536f955c2387b36f82f96dd59e83e27146c886e4.tar.xz
eclipse.platform.swt-536f955c2387b36f82f96dd59e83e27146c886e4.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java
index be4a451a5b..e56b8ba4c4 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/TextLayout.java
@@ -183,11 +183,6 @@ void computeRuns () {
if (style.underline) {
int underlineStyle = OS.PANGO_UNDERLINE_SINGLE;
switch (style.underlineStyle) {
- case SWT.UNDERLINE_IME_CONVERTED:
- case SWT.UNDERLINE_IME_TARGET_CONVERTED:
- underlineStyle = OS.PANGO_UNDERLINE_NONE;
- break;
- case SWT.UNDERLINE_IME_INPUT:
case SWT.UNDERLINE_SINGLE:
underlineStyle = OS.PANGO_UNDERLINE_SINGLE;
break;