summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
diff options
context:
space:
mode:
authorAlexander Kurtakov <akurtako@redhat.com>2012-08-28 19:45:28 +0300
committerSilenio Quarti <silenio_quarti@ca.ibm.com>2012-08-28 13:36:47 -0400
commitf16b4cd1be1513696a47d5e4a812e1123cca35d9 (patch)
treed39a8493d5f3e8780ee7ae29bfaa57a48e5571a3 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java
parentf9c7f286716e1457f10365cf85e9924d4a2e869b (diff)
downloadeclipse.platform.swt-f16b4cd1be1513696a47d5e4a812e1123cca35d9.tar.gz
eclipse.platform.swt-f16b4cd1be1513696a47d5e4a812e1123cca35d9.tar.xz
eclipse.platform.swt-f16b4cd1be1513696a47d5e4a812e1123cca35d9.zip
Remove cast in dynamic method breaking compilation.
This should have been part of bug 369624.
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/org/eclipse/swt/internal/gtk/OS.java1
1 files changed, 0 insertions, 1 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 312603a2b1..c0ae254c02 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
@@ -4349,7 +4349,6 @@ public static final int /*long*/ gdk_pango_context_get() {
/**
* @method flags=dynamic
* @param context cast=(PangoContext *)
- * @param colormap cast=(GdkColormap *)
*/
public static final native void _gdk_pango_context_set_colormap(int /*long*/ context, int /*long*/ colormap);
public static final void gdk_pango_context_set_colormap(int /*long*/ context, int /*long*/ colormap) {