aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-window.h')
-rw-r--r--src/ephy-window.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/ephy-window.h b/src/ephy-window.h
index dede5259f..476c2d6b7 100644
--- a/src/ephy-window.h
+++ b/src/ephy-window.h
@@ -57,12 +57,6 @@ struct EphyWindowClass
GtkWindowClass parent_class;
};
-typedef enum
-{
- NormalMode,
- FullscreenMode
-} EphyWindowMode;
-
/* Include the header down here to resolve circular dependency */
#include "ephy-tab.h"
#include "ephy-notebook.h"
@@ -71,8 +65,7 @@ GType ephy_window_get_type (void);
EphyWindow *ephy_window_new (void);
-void ephy_window_request_chrome (EphyWindow *window,
- EmbedChromeMask chrome_flags);
+EphyWindow *ephy_window_new_with_chrome (EphyEmbedChrome chrome);
void ephy_window_set_print_preview (EphyWindow *window,
gboolean enabled);