diff options
Diffstat (limited to 'java/BluetoothGattDescriptor.java')
-rw-r--r-- | java/BluetoothGattDescriptor.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/java/BluetoothGattDescriptor.java b/java/BluetoothGattDescriptor.java index 8356ca14..8a0f89f6 100644 --- a/java/BluetoothGattDescriptor.java +++ b/java/BluetoothGattDescriptor.java @@ -32,8 +32,6 @@ import java.util.*; */ public class BluetoothGattDescriptor extends BluetoothObject { - public long nativeInstance; - public native BluetoothType getBluetoothType(); public native BluetoothAdapter clone(); @@ -73,11 +71,5 @@ public class BluetoothGattDescriptor extends BluetoothObject private BluetoothGattDescriptor(long instance) { super(instance); - nativeInstance = instance; - } - - protected void finalize() - { - delete(); } } |