From 4ff254df975257a2e00a6cf8bf77b23cff02532e Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 28 Jan 2011 15:53:17 +0900 Subject: [PATCH] Remove unused funcdecl. --- eek/eek-layout.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/eek/eek-layout.h b/eek/eek-layout.h index 0722c824..7617afa8 100644 --- a/eek/eek-layout.h +++ b/eek/eek-layout.h @@ -62,9 +62,6 @@ struct _EekLayoutClass }; GType eek_layout_get_type (void) G_GNUC_CONST; -EekKeyboard *eek_layout_new (EekLayout *layout, - gdouble initial_width, - gdouble initial_height); G_END_DECLS #endif /* EEK_LAYOUT_H */