summaryrefslogtreecommitdiff
path: root/src/dom/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dom/event.h')
-rw-r--r--src/dom/event.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/dom/event.h b/src/dom/event.h
deleted file mode 100644
index f519f40..0000000
--- a/src/dom/event.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * This file is part of LibNSLayout
- * Licensed under the ISC License, http://opensource.org/licenses/ISC
- * Copyright 2015 Michael Drake <tlsa@netsurf-browser.org>
- */
-
-/** \file src/dom/event.h
- * Layout object handling
- */
-
-#ifndef nslayout_dom_event_h_
-#define nslayout_dom_event_h_
-
-#include <libnslayout/nslayout.h>
-
-nslayout_error nsl_dom_event_layout_init(nslayout_layout *layout);
-nslayout_error nsl_dom_event_layout_fini(nslayout_layout *layout);
-
-#endif