diff options
Diffstat (limited to 'inc/grid.h')
-rw-r--r-- | inc/grid.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |