summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2012-10-07 19:11:59 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2013-04-05 18:48:02 +0100
commit8d181c46d91608f8dde72ffa08e6d15d0bce4330 (patch)
tree7cfe4dac5cd22f13782828998f8d5c5edd4c4a66
parent1057223227fb14f3ea43d05d963c0d92835c60e1 (diff)
downloadclutter-8d181c46d91608f8dde72ffa08e6d15d0bce4330.tar.gz
2.0: Remove unused arguments from doc annotations
-rw-r--r--clutter/clutter-bin-layout.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/clutter/clutter-bin-layout.c b/clutter/clutter-bin-layout.c
index 8e173e47f..26317d502 100644
--- a/clutter/clutter-bin-layout.c
+++ b/clutter/clutter-bin-layout.c
@@ -248,16 +248,10 @@ clutter_bin_layout_init (ClutterBinLayout *self)
/**
* clutter_bin_layout_new:
- * @x_align: the default alignment policy to be used on the
- * horizontal axis
- * @y_align: the default alignment policy to be used on the
- * vertical axis
*
* Creates a new #ClutterBinLayout layout manager
*
* Return value: the newly created layout manager
- *
- *
*/
ClutterLayoutManager *
clutter_bin_layout_new (void)