Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast/src


Modified Files:
        obj.c 


Log Message:
Thu Jul  3 15:27:36 2003                        Michael Jennings (mej)

More object docs.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/src/obj.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- obj.c       27 Jun 2003 21:53:49 -0000      1.12
+++ obj.c       3 Jul 2003 19:27:46 -0000       1.13
@@ -29,11 +29,11 @@
  * (non-object) analogue, the "null" object.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * $Revision: 1.12 $
- * $Date: 2003/06/27 21:53:49 $
+ * $Revision: 1.13 $
+ * $Date: 2003/07/03 19:27:46 $
  */
 
-static const char cvs_ident[] = "$Id: obj.c,v 1.12 2003/06/27 21:53:49 mej Exp $";
+static const char cvs_ident[] = "$Id: obj.c,v 1.13 2003/07/03 19:27:46 mej Exp $";
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
@@ -55,37 +55,6 @@
 };
 SPIF_TYPE(class) SPIF_CLASS_VAR(obj) = &o_class;
 /* *INDENT-ON* */
-
-spif_nullobj_t
-spif_nullobj_new(void)
-{
-    /* DO NOT USE */
-    return ((spif_nullobj_t) (NULL));
-}
-
-spif_bool_t
-spif_nullobj_del(spif_nullobj_t self)
-{
-    /* DO NOT USE */
-    USE_VAR(self);
-    return TRUE;
-}
-
-spif_bool_t
-spif_nullobj_init(spif_nullobj_t self)
-{
-    /* DO NOT USE */
-    USE_VAR(self);
-    return TRUE;
-}
-
-spif_bool_t
-spif_nullobj_done(spif_nullobj_t self)
-{
-    /* DO NOT USE */
-    USE_VAR(self);
-    return TRUE;
-}
 
 spif_obj_t
 spif_obj_new(void)




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to