From 38c55d21709b80b4a940339fdcdfbb62342f7f93 Mon Sep 17 00:00:00 2001 From: Vincent Torri 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. SVN revision: 54226 --- legacy/eina/src/include/eina_matrixsparse.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/legacy/eina/src/include/eina_matrixsparse.h b/legacy/eina/src/include/eina_matrixsparse.h index 925e5eec04..41fd7fa2b0 100644 --- a/legacy/eina/src/include/eina_matrixsparse.h +++ b/legacy/eina/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,