summaryrefslogtreecommitdiff
path: root/inc/grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/grid.h')
-rw-r--r--inc/grid.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/inc/grid.h b/inc/grid.h
index a0b8b32..da84404 100644
--- a/inc/grid.h
+++ b/inc/grid.h
@@ -61,13 +61,6 @@ extern Elm_Object_Item *_grid_append_item(Evas_Object *grid, item_s *item_info);
extern void _grid_remove_item(Evas_Object *grid, item_s *item_info);
/**
- * @brief Returns number of items in application grid.
- *
- * @param grid The grid widget
- */
-extern int _grid_count_item(Evas_Object *grid);
-
-/**
* @brief Sends app control launch request related to the given item.
*
* @param item The info structure of the item related with app to be launched