summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2005-05-09 20:14:25 +0000
committerFelipe Heidrich <fheidric>2005-05-09 20:14:25 +0000
commit4ef1b9d6c5f4d25d090a902c26c25b831f99e2d9 (patch)
treef22e6c1e9e61023c0e02b07b5bd97cbff13d46ab
parente3be5d4ace322e3bf166844a06e76cd3e6ff48c7 (diff)
downloadeclipse.platform.swt-4ef1b9d6c5f4d25d090a902c26c25b831f99e2d9.tar.gz
eclipse.platform.swt-4ef1b9d6c5f4d25d090a902c26c25b831f99e2d9.tar.xz
eclipse.platform.swt-4ef1b9d6c5f4d25d090a902c26c25b831f99e2d9.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
index 57c5917b85..3830da0264 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
@@ -505,7 +505,6 @@ public static final int Above = 0;
public static final int Below = 1;
public static final int ButtonRelease = 5;
public static final int ClientMessage = 33;
-public static final int CurrentTime = 0;
public static final int CWSibling = 0x20;
public static final int CWStackMode = 0x40;
public static final int EnterNotify = 7;
@@ -8107,15 +8106,6 @@ public static final void pango_layout_set_attributes(int /*long*/ layout, int /*
lock.unlock();
}
}
-public static final native void _pango_layout_set_auto_dir(int /*long*/ layout, boolean auto_dir);
-public static final void pango_layout_set_auto_dir(int /*long*/ layout, boolean auto_dir) {
- lock.lock();
- try {
- _pango_layout_set_auto_dir(layout, auto_dir);
- } finally {
- lock.unlock();
- }
-}
public static final native void _pango_layout_set_font_description(int /*long*/ context, int /*long*/ descr);
public static final void pango_layout_set_font_description(int /*long*/ context, int /*long*/ descr) {
lock.lock();