From 4bd9828aa706ec3721e7122a30aee334175eea84 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 2 Jun 2017 16:53:39 +0200 Subject: Remove index from box_add. --- include/widgets/box.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/widgets/box.h') diff --git a/include/widgets/box.h b/include/widgets/box.h index cffccd13..21724b1a 100644 --- a/include/widgets/box.h +++ b/include/widgets/box.h @@ -59,10 +59,9 @@ box * box_create ( const char *name, RofiOrientation type ); * @param box Handle to the box widget. * @param child Handle to the child widget to pack. * @param expand If the child widget should expand and use all available space. - * @param index The position index. * * Add a widget to the box. */ -void box_add ( box *box, widget *child, gboolean expand, int index ); +void box_add ( box *box, widget *child, gboolean expand ); /*@}*/ #endif // ROFI_HBOX_H -- cgit v1.2.3