diff options
author | Christian Persch <chpe@src.gnome.org> | 2005-01-07 07:14:23 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-07 07:14:23 +0800 |
commit | 51b8a066e40581b8f141e44bfcd0a904d53fe400 (patch) | |
tree | f5023f1731eb07b49f7cdb90340bb264389a0dd0 | |
parent | 020d759fa2d1a462d4179210bf7f5f8622246380 (diff) | |
download | gsoc2013-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
-rw-r--r-- | lib/ephy-state.h | 2 |
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, |