diff options
author | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2016-12-02 12:53:09 +0100 |
---|---|---|
committer | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2016-12-29 01:52:54 -0800 |
commit | 140892ba8df79e3be09fe04023500614b0e2f66d (patch) | |
tree | edbb4355b7f975435667655bffc3997428103438 /inc/grid.h | |
parent | b1d8b5e57384f2b0416d074822bb672913ad13c5 (diff) | |
download | share-panel-140892ba8df79e3be09fe04023500614b0e2f66d.tar.gz share-panel-140892ba8df79e3be09fe04023500614b0e2f66d.tar.bz2 share-panel-140892ba8df79e3be09fe04023500614b0e2f66d.zip |
remove unused functionssubmit/tizen_3.0/20161230.091210tizen_3.0.m2tizen_3.0
Change-Id: Ie8fdd31a34abeed3980f8e19eb46032a0beae7c4
(cherry picked from commit 54f08bcca175bd4b68271c3009520321f17c4ef3)
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 |