diff options
Diffstat (limited to 'calendar/gui/eventedit.c')
-rw-r--r-- | calendar/gui/eventedit.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/calendar/gui/eventedit.c b/calendar/gui/eventedit.c index 8a36b94638..027c59839d 100644 --- a/calendar/gui/eventedit.c +++ b/calendar/gui/eventedit.c @@ -60,15 +60,6 @@ event_editor_class_init (EventEditorClass *class) } static GtkWidget * -adjust (GtkWidget *w, gfloat x, gfloat y, gfloat xs, gfloat ys) -{ - GtkWidget *a = gtk_alignment_new (x, y, xs, ys); - - gtk_container_add (GTK_CONTAINER (a), w); - return a; -} - -static GtkWidget * make_spin_button (int val, int low, int high) { GtkAdjustment *adj; |