remove Eina_Matrixsparse_Item_Cell and Eina_Matrixsparse_Item_Row
authorcaro <caro>
Sat, 6 Nov 2010 12:50:09 +0000 (12:50 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 6 Nov 2010 12:50:09 +0000 (12:50 +0000)
as they are used absolutely nowhere.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@54226 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/include/eina_matrixsparse.h

index 925e5ee..41fd7fa 100644 (file)
@@ -63,9 +63,6 @@ typedef struct _Eina_Matrixsparse_Row Eina_Matrixsparse_Row;
  */
 typedef struct _Eina_Matrixsparse_Cell      Eina_Matrixsparse_Cell;
 
-typedef struct _Eina_Matrixsparse_Item_Cell Eina_Matrixsparse_Item_Cell;
-typedef struct _Eina_Matrixsparse_Item_Row  Eina_Matrixsparse_Item_Row;
-
 /* constructors and destructors */
 EAPI Eina_Matrixsparse *eina_matrixsparse_new(unsigned long rows,
                                               unsigned long cols,