diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed-types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embed/ephy-embed-types.h b/embed/ephy-embed-types.h index 0e89b0c91..baae4e6f9 100644 --- a/embed/ephy-embed-types.h +++ b/embed/ephy-embed-types.h @@ -38,8 +38,7 @@ typedef enum EMBED_CHROME_OPENASDIALOG = 1 << 9, EMBED_CHROME_OPENASCHROME = 1 << 10, EMBED_CHROME_OPENASPOPUP = 1 << 11, - EMBED_CHROME_OPENASFULLSCREEN = 1 << 12, - EMBED_CHROME_PPVIEWTOOLBARON = 1 << 13 + EMBED_CHROME_PPVIEWTOOLBARON = 1 << 12 } EmbedChromeMask; G_END_DECLS |