From 960cdf29197bc3f5922110cf26627aa9709ac79b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 10 Jun 2005 10:29:11 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'bogue40'. --- generic/Group.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 generic/Group.h (limited to 'generic/Group.h') diff --git a/generic/Group.h b/generic/Group.h deleted file mode 100644 index 937dec7..0000000 --- a/generic/Group.h +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Group.h -- Header for Group items. - * - * Authors : Patrick Lecoanet. - * Creation date : - * - * $Id$ - */ - -/* - * Copyright (c) 2002 - 2005 CENA, Patrick Lecoanet -- - * - * See the file "Copyright" for information on usage and redistribution - * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - */ - - -#ifndef _Group_h -#define _Group_h - - -ZnItem ZnGroupHead(ZnItem group); -ZnItem ZnGroupTail(ZnItem group); -ZnBool ZnGroupCallOm(ZnItem group); -ZnBool ZnGroupAtomic(ZnItem group); -void ZnGroupSetCallOm(ZnItem group, ZnBool set); -void ZnInsertDependentItem(ZnItem item); -void ZnExtractDependentItem(ZnItem item); -void ZnDisconnectDependentItems(ZnItem item); -void ZnGroupInsertItem(ZnItem group, ZnItem item, ZnItem mark_item, ZnBool before); -void ZnGroupExtractItem(ZnItem item); -void ZnGroupRemoveClip(ZnItem group, ZnItem clip); - -#endif /* _Group_h */ -- cgit v1.1