ui/gtk/container.c

changeset 66
8d490d97aab8
parent 65
4697592e24ba
child 74
55718d4ed227
--- a/ui/gtk/container.c	Mon Jan 05 18:47:07 2015 +0100
+++ b/ui/gtk/container.c	Wed Jan 07 17:25:33 2015 +0100
@@ -33,14 +33,6 @@
 #include "../common/context.h"
 #include "../common/object.h"
 
-static UiBool ui_lb2bool(UiLayoutBool b) {
-    return b == UI_LAYOUT_TRUE ? TRUE : FALSE;
-}
-
-static UiLayoutBool ui_bool2lb(UiBool b) {
-    return b ? UI_LAYOUT_TRUE : UI_LAYOUT_FALSE;
-}
-
 GtkWidget* ui_gtk_vbox_new() {
 #ifdef UI_GTK3
     return gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);

mercurial