aboutsummaryrefslogtreecommitdiffstats
path: root/src/epiphany.defs
diff options
context:
space:
mode:
Diffstat (limited to 'src/epiphany.defs')
-rw-r--r--src/epiphany.defs16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/epiphany.defs b/src/epiphany.defs
index 3c15006a9..c4349ba9b 100644
--- a/src/epiphany.defs
+++ b/src/epiphany.defs
@@ -245,22 +245,6 @@
)
)
-(define-enum ContentCheckType
- (in-module "Ephy")
- (c-name "EphyContentCheckType")
- (gtype-id "EPHY_TYPE_CONTENT_CHECK_TYPE")
- (values
- '("other" "EPHY_CONTENT_CHECK_TYPE_OTHER")
- '("script" "EPHY_CONTENT_CHECK_TYPE_SCRIPT")
- '("image" "EPHY_CONTENT_CHECK_TYPE_IMAGE")
- '("stylesheet" "EPHY_CONTENT_CHECK_TYPE_STYLESHEET")
- '("object" "EPHY_CONTENT_CHECK_TYPE_OBJECT")
- '("document" "EPHY_CONTENT_CHECK_TYPE_DOCUMENT")
- '("subdocument" "EPHY_CONTENT_CHECK_TYPE_SUBDOCUMENT")
- '("refresh" "EPHY_CONTENT_CHECK_TYPE_REFRESH")
- )
-)
-
(define-flags EmbedNetState
(in-module "Ephy")
(c-name "EphyEmbedNetState")