remove Eina_Matrixsparse_Item_Cell and Eina_Matrixsparse_Item_Row

as they are used absolutely nowhere.


SVN revision: 54226
This commit is contained in:
Vincent Torri 2010-11-06 12:50:09 +00:00
parent 2249122a54
commit 38c55d2170
1 changed files with 0 additions and 3 deletions

View 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,