aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2005-01-07 07:14:23 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-07 07:14:23 +0800
commit51b8a066e40581b8f141e44bfcd0a904d53fe400 (patch)
treef5023f1731eb07b49f7cdb90340bb264389a0dd0 /lib
parent020d759fa2d1a462d4179210bf7f5f8622246380 (diff)
downloadgsoc2013-epiphany-51b8a066e40581b8f141e44bfcd0a904d53fe400.tar
gsoc2013-epiphany-51b8a066e40581b8f141e44bfcd0a904d53fe400.tar.gz
gsoc2013-epiphany-51b8a066e40581b8f141e44bfcd0a904d53fe400.tar.bz2
gsoc2013-epiphany-51b8a066e40581b8f141e44bfcd0a904d53fe400.tar.lz
gsoc2013-epiphany-51b8a066e40581b8f141e44bfcd0a904d53fe400.tar.xz
gsoc2013-epiphany-51b8a066e40581b8f141e44bfcd0a904d53fe400.tar.zst
gsoc2013-epiphany-51b8a066e40581b8f141e44bfcd0a904d53fe400.zip
Remove duplicate define
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-state.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ephy-state.h b/lib/ephy-state.h
index 6339a2d76..cd4ce1041 100644
--- a/lib/ephy-state.h
+++ b/lib/ephy-state.h
@@ -34,8 +34,6 @@ typedef enum
EPHY_STATE_WINDOW_SAVE_POSITION = 1 << 1
} EphyStateWindowFlags;
-GType ephy_state_window_flags_get_type (void);
-
void ephy_state_add_window (GtkWidget *window,
const char *name,
int default_width,