From ff9c01c07f003de688245877a829b2ae98078d2d Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 14 Feb 2013 21:30:30 +0100 Subject: Get rid of epiphany.h It is also not needed anymore. --- configure.ac | 1 - src/Makefile.am | 1 - src/epiphany.h.in | 63 ------------------------------------------------------- 3 files changed, 65 deletions(-) delete mode 100644 src/epiphany.h.in diff --git a/configure.ac b/configure.ac index b4c41c609..305aa960a 100644 --- a/configure.ac +++ b/configure.ac @@ -258,7 +258,6 @@ lib/widgets/Makefile embed/Makefile src/Makefile src/bookmarks/Makefile -src/epiphany.h po/Makefile.in tests/Makefile tests/data/Makefile diff --git a/src/Makefile.am b/src/Makefile.am index 14935b4ad..910851b4d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -40,7 +40,6 @@ INST_H_FILES = \ ephy-session.h \ ephy-shell.h \ ephy-window.h \ - epiphany.h \ $(NULL) libephymain_la_SOURCES = \ diff --git a/src/epiphany.h.in b/src/epiphany.h.in deleted file mode 100644 index 9c49f35c3..000000000 --- a/src/epiphany.h.in +++ /dev/null @@ -1,63 +0,0 @@ -/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */ -/* Copyright © 2008 Xan Lopez - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2, or (at your option) - * any later version. - * - * This program 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - */ - -#ifndef __EPIPHANY_H__ -#define __EPIPHANY_H__ - -#define __EPHY_EPIPHANY_H_INSIDE__ - -/* From GTK_CHECK_VERSION */ -#define EPHY_MAJOR_VERSION (@EPIPHANY_MAJOR_VERSION@) -#define EPHY_MINOR_VERSION (@EPIPHANY_MINOR_VERSION@) -#define EPHY_MICRO_VERSION (@EPIPHANY_MICRO_VERSION@) - -#define EPHY_CHECK_VERSION(major, minor, micro)\ - (EPHY_MAJOR_VERSION > (major) || \ - (EPHY_MAJOR_VERSION == (major) && EPHY_MINOR_VERSION > (minor)) || \ - (EPHY_MAJOR_VERSION == (major) && EPHY_MINOR_VERSION == (minor) && \ - EPHY_MICRO_VERSION >= (micro))) - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#undef __EPHY_EPIPHANY_H_INSIDE__ - -#endif /* !__EPIPHANY_H__ */ -- cgit v1.2.3