summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2007-03-27 18:06:21 +0000
committerSilenio Quarti <silenio>2007-03-27 18:06:21 +0000
commitf71f1339048e21058c2e35ceaab6f0c8849acb94 (patch)
tree94b94fd75b4ac7644f2ae11e4df37825cb9e46c6 /bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
parent9b5aeb18fea98a22efa72cf7075a04353f553774 (diff)
downloadeclipse.platform.swt-f71f1339048e21058c2e35ceaab6f0c8849acb94.tar.gz
eclipse.platform.swt-f71f1339048e21058c2e35ceaab6f0c8849acb94.tar.xz
eclipse.platform.swt-f71f1339048e21058c2e35ceaab6f0c8849acb94.zip
removing fix to create patch
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java b/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
index b630487540..279587f7a1 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/cairo/org/eclipse/swt/internal/cairo/Cairo.java
@@ -91,7 +91,6 @@ public class Cairo {
public static final int CAIRO_EXTEND_NONE = 0;
public static final int CAIRO_EXTEND_REPEAT = 1;
public static final int CAIRO_EXTEND_REFLECT = 2;
- public static final int CAIRO_EXTEND_PAD = 3;
public static final int CAIRO_PATH_MOVE_TO = 0;
public static final int CAIRO_PATH_LINE_TO = 1;
public static final int CAIRO_PATH_CURVE_TO = 2;
@@ -104,8 +103,6 @@ public static final synchronized native int cairo_path_t_sizeof ();
public static final synchronized native int cairo_text_extents_t_sizeof ();
/** Natives */
-public static final synchronized native int CAIRO_VERSION_ENCODE(int major, int minor, int micro);
-public static final synchronized native int cairo_version();
public static final synchronized native int /*long*/ cairo_create (int /*long*/ target);
public static final synchronized native int /*long*/ cairo_reference (int /*long*/ cr);
public static final synchronized native void cairo_destroy (int /*long*/ cr);