summaryrefslogtreecommitdiff
path: root/platform/java/src/com/artifex/mupdf/fitz/Device.java
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2017-04-14 23:37:29 +0800
committerSebastian Rasmussen <sebras@gmail.com>2017-04-20 19:47:03 +0800
commita30aabda4c13404190839b801dc6f2de41f424bd (patch)
tree2ddbbb12c9514a471443fa833f1fb0eb608b2454 /platform/java/src/com/artifex/mupdf/fitz/Device.java
parent670fe1b085fde8355b6d1a70b143eab60e34b1b6 (diff)
downloadmupdf-a30aabda4c13404190839b801dc6f2de41f424bd.tar.xz
jni: Remove exposed device hints.
Diffstat (limited to 'platform/java/src/com/artifex/mupdf/fitz/Device.java')
-rw-r--r--platform/java/src/com/artifex/mupdf/fitz/Device.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/java/src/com/artifex/mupdf/fitz/Device.java b/platform/java/src/com/artifex/mupdf/fitz/Device.java
index bbb5ae3b..cda3f2ff 100644
--- a/platform/java/src/com/artifex/mupdf/fitz/Device.java
+++ b/platform/java/src/com/artifex/mupdf/fitz/Device.java
@@ -21,11 +21,6 @@ public class Device
pointer = p;
}
- /* An accessor for device hints */
- public native int getHints();
- public native void enableDeviceHints(int hints);
- public native void disableDeviceHints(int hints);
-
/* To implement your own device in Java, you should define your own
* class that extends Device, and override as many of the following
* functions as is appropriate. For example: