From 58f1b46675ef29528f51e5c44fe0e087bda5d82d Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 18 Nov 2003 16:33:30 +0000 Subject: Remove libical from this tree, it resides in e-d-s now. svn path=/trunk/; revision=23417 --- libical/src/java/VQuery.java | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 libical/src/java/VQuery.java (limited to 'libical/src/java/VQuery.java') diff --git a/libical/src/java/VQuery.java b/libical/src/java/VQuery.java deleted file mode 100644 index e94a07327e..0000000000 --- a/libical/src/java/VQuery.java +++ /dev/null @@ -1,24 +0,0 @@ -/*====================================================================== - FILE: VQuery.java - CREATOR: fnguyen 01/11/02 - (C) COPYRIGHT 2002, Critical Path -======================================================================*/ - -package net.cp.jlibical; - -public class VQuery extends VComponent { - public VQuery() - { - super(ICalComponentKind.ICAL_VQUERY_COMPONENT); - } - - public VQuery(long obj) - { - super(obj); - } - - public VQuery(String str) - { - super(str); - } -} -- cgit v1.2.3