[Xfce4-commits] <libxfce4util:master> Remove empty headers.

Nick Schermer noreply at xfce.org
Fri Jun 10 19:24:01 CEST 2011


Updating branch refs/heads/master
         to 0b514aa59c7cf5fb5c7076976379fa33c84dbb78 (commit)
       from ff212fad34d44d0d4a2a59950a5ff9ea0b71d015 (commit)

commit 0b514aa59c7cf5fb5c7076976379fa33c84dbb78
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Jun 10 19:12:58 2011 +0200

    Remove empty headers.
    
    Only libxfce4util can be included without compilation errors
    for a while now, so this should be safe to remove.

 libxfce4util/Makefile.am |    3 ---
 libxfce4util/i18n.h      |   26 --------------------------
 libxfce4util/utf8.h      |   25 -------------------------
 libxfce4util/util.h      |   25 -------------------------
 4 files changed, 0 insertions(+), 79 deletions(-)

diff --git a/libxfce4util/Makefile.am b/libxfce4util/Makefile.am
index 13521bd..f93c91c 100644
--- a/libxfce4util/Makefile.am
+++ b/libxfce4util/Makefile.am
@@ -20,9 +20,6 @@ lib_LTLIBRARIES =							\
 
 libxfce4util_headers =							\
 	debug.h								\
-	i18n.h								\
-	utf8.h								\
-	util.h								\
 	xfce-desktopentry.h						\
 	xfce-fileutils.h						\
 	xfce-generics.h							\
diff --git a/libxfce4util/i18n.h b/libxfce4util/i18n.h
deleted file mode 100644
index 929f5bc..0000000
--- a/libxfce4util/i18n.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* $Id$ */
-/*-
- * Copyright (c) 2003-2006 Benedikt Meurer <benny at xfce.org>
- * Copyright (c) 2004      Jasper Huijsman <jasper at xfce.org>
- * All rights reserved.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301 USA
- */
-
-#if !defined(LIBXFCE4UTIL_INSIDE_LIBXFCE4UTIL_H) && !defined(LIBXFCE4UTIL_COMPILATION)
-#error "Only <libxfce4util/libxfce4util.h> can be included directly, this file may disappear or change contents"
-#endif
-
diff --git a/libxfce4util/utf8.h b/libxfce4util/utf8.h
deleted file mode 100644
index 5f34e03..0000000
--- a/libxfce4util/utf8.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* $Id$ */
-/*-
- * Copyright (c) 2003      Olivier Fourdan <fourdan at xfce.org>
- * Copyright (c) 2003-2006 Benedikt Meurer <benny at xfce.org>
- * All rights reserved.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301 USA
- */
-
-#if !defined(LIBXFCE4UTIL_INSIDE_LIBXFCE4UTIL_H) && !defined(LIBXFCE4UTIL_COMPILATION)
-#error "Only <libxfce4util/libxfce4util.h> can be included directly, this file may disappear or change contents"
-#endif
diff --git a/libxfce4util/util.h b/libxfce4util/util.h
deleted file mode 100644
index cd7549a..0000000
--- a/libxfce4util/util.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* $Id$ */
-/*-
- * Copyright (c) 2003-2005 Benedikt Meurer <benny at xfce.org>
- * All rights reserved.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301 USA
- */
-
-#if !defined(LIBXFCE4UTIL_INSIDE_LIBXFCE4UTIL_H) && !defined(LIBXFCE4UTIL_COMPILATION)
-#error "Only <libxfce4util/libxfce4util.h> can be included directly, this file may disappear or change contents"
-#endif
-



More information about the Xfce4-commits mailing list