From 8d6cf7a147acde4e4a4f7600af25ed614b07f90d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 5 Aug 2014 11:08:06 +0200 Subject: java: remove dead methods Change-Id: I9f2e705fd603a7c8832c0f0772bee9f395380a0d --- ridljar/com/sun/star/lib/uno/typedesc/TypeDescription.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ridljar') diff --git a/ridljar/com/sun/star/lib/uno/typedesc/TypeDescription.java b/ridljar/com/sun/star/lib/uno/typedesc/TypeDescription.java index 7f1efcfbcf8c..117f9d6f05aa 100644 --- a/ridljar/com/sun/star/lib/uno/typedesc/TypeDescription.java +++ b/ridljar/com/sun/star/lib/uno/typedesc/TypeDescription.java @@ -644,10 +644,6 @@ public final class TypeDescription implements ITypeDescription { } } - public boolean isEmpty() { - return list.isEmpty(); - } - public TypeDescription[] toArray() { return list.toArray( new TypeDescription[list.size()]); -- cgit