aboutsummaryrefslogtreecommitdiffstats
path: root/embed/webkit/webkit-embed-prefs.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-01-13 03:22:58 +0800
committerChristian Persch <chpe@src.gnome.org>2009-01-13 03:22:58 +0800
commitcabf11efd0d3ad25366dbe3427a63094ef9d8b47 (patch)
tree66ca0b6158c440d2df8d2f47854010b6fe3ae66b /embed/webkit/webkit-embed-prefs.h
parente1db4e23fcb79c55ed5c1257a44c043d8cfbe242 (diff)
downloadgsoc2013-epiphany-cabf11efd0d3ad25366dbe3427a63094ef9d8b47.tar
gsoc2013-epiphany-cabf11efd0d3ad25366dbe3427a63094ef9d8b47.tar.gz
gsoc2013-epiphany-cabf11efd0d3ad25366dbe3427a63094ef9d8b47.tar.bz2
gsoc2013-epiphany-cabf11efd0d3ad25366dbe3427a63094ef9d8b47.tar.lz
gsoc2013-epiphany-cabf11efd0d3ad25366dbe3427a63094ef9d8b47.tar.xz
gsoc2013-epiphany-cabf11efd0d3ad25366dbe3427a63094ef9d8b47.tar.zst
gsoc2013-epiphany-cabf11efd0d3ad25366dbe3427a63094ef9d8b47.zip
Spring cleaning.RELEASE_2_24_3
svn path=/branches/gnome-2-24/; revision=8679
Diffstat (limited to 'embed/webkit/webkit-embed-prefs.h')
-rw-r--r--embed/webkit/webkit-embed-prefs.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/embed/webkit/webkit-embed-prefs.h b/embed/webkit/webkit-embed-prefs.h
deleted file mode 100644
index e8cf0c198..000000000
--- a/embed/webkit/webkit-embed-prefs.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2; -*- */
-/* Copyright © 2008 Xan Lopez <xan@gnome.org>
- *
- * 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 __WEBKIT_EMBED_PREFS_H__
-#define __WEBKIT_EMBED_PREFS_H__
-
-#include "webkit-embed.h"
-
-G_BEGIN_DECLS
-
-void webkit_embed_prefs_init (void);
-void webkit_embed_prefs_shutdown (void);
-void webkit_embed_prefs_add_embed (WebKitEmbed *embed);
-
-G_END_DECLS
-
-#endif /* __WEBKIT_EMBED_PREFS_H__ */