From 53ec021ce6e0ee923bd86e11b4f516b2a19bc2e8 Mon Sep 17 00:00:00 2001 From: Monsta Date: Mon, 12 Jan 2015 16:04:13 +0300 Subject: drop support for GLib < 2.36 Closes https://github.com/mate-desktop/caja/pull/372 --- libcaja-private/caja-customization-data.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libcaja-private/caja-customization-data.c') diff --git a/libcaja-private/caja-customization-data.c b/libcaja-private/caja-customization-data.c index a1019301..c88871a9 100644 --- a/libcaja-private/caja-customization-data.c +++ b/libcaja-private/caja-customization-data.c @@ -23,7 +23,7 @@ */ /* caja-customization-data.c - functions to collect and load customization - names and imges */ + names and images */ #include #include "caja-customization-data.h" @@ -43,8 +43,6 @@ #include #include -#include /* for g_list_free_full */ - typedef enum { READ_PUBLIC_CUSTOMIZATIONS, -- cgit v1.2.1