From 7fb4134e7fb35fd1cdd90e1be93867fd301f3c0a Mon Sep 17 00:00:00 2001 From: caro Date: Sat, 6 Nov 2010 12:50:09 +0000 Subject: [PATCH] remove Eina_Matrixsparse_Item_Cell and Eina_Matrixsparse_Item_Row as they are used absolutely nowhere. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@54226 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/include/eina_matrixsparse.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/eina_matrixsparse.h b/src/include/eina_matrixsparse.h index 925e5ee..41fd7fa 100644 --- a/src/include/eina_matrixsparse.h +++ b/src/include/eina_matrixsparse.h @@ -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, -- 2.7.4