summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo@endlessm.com>2013-10-11 11:59:55 -0700
committerCosimo Cecchi <cosimo@endlessm.com>2013-10-11 11:59:55 -0700
commitb44433274e0bed8bce02ac65db04e688d3216caf (patch)
tree51b3df56f5915ae9aeeb2694b7a3dbed3aa490e9
parent63eb7be2342f3dace371cb6a8dc74772b068a51d (diff)
Remove redundant declaration now that get_selected() is public
[endlessm/eos-sdk#353]
-rw-r--r--endless/eosflexygrid-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/endless/eosflexygrid-private.h b/endless/eosflexygrid-private.h
index 458383f..b7eb448 100644
--- a/endless/eosflexygrid-private.h
+++ b/endless/eosflexygrid-private.h
@@ -15,8 +15,6 @@ GSequenceIter * eos_flexy_grid_cell_get_iter (EosFlexyGridCell *cell)
G_GNUC_INTERNAL
void eos_flexy_grid_cell_set_selected (EosFlexyGridCell *cell,
gboolean selected);
-G_GNUC_INTERNAL
-gboolean eos_flexy_grid_cell_get_selected (EosFlexyGridCell *cell);
G_END_DECLS