summaryrefslogtreecommitdiff
path: root/inc/grid.h
diff options
context:
space:
mode:
authorLukasz Stanislawski <l.stanislaws@samsung.com>2016-12-02 12:53:09 +0100
committerLukasz Stanislawski <l.stanislaws@samsung.com>2016-12-29 01:52:54 -0800
commit140892ba8df79e3be09fe04023500614b0e2f66d (patch)
treeedbb4355b7f975435667655bffc3997428103438 /inc/grid.h
parentb1d8b5e57384f2b0416d074822bb672913ad13c5 (diff)
downloadshare-panel-140892ba8df79e3be09fe04023500614b0e2f66d.tar.gz
share-panel-140892ba8df79e3be09fe04023500614b0e2f66d.tar.bz2
share-panel-140892ba8df79e3be09fe04023500614b0e2f66d.zip
Change-Id: Ie8fdd31a34abeed3980f8e19eb46032a0beae7c4 (cherry picked from commit 54f08bcca175bd4b68271c3009520321f17c4ef3)
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