summaryrefslogtreecommitdiffstats
path: root/src/web-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/web-view.h')
-rw-r--r--src/web-view.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/web-view.h b/src/web-view.h
index 7a77c66..f56c874 100644
--- a/src/web-view.h
+++ b/src/web-view.h
@@ -28,14 +28,10 @@ typedef struct _MqWebViewClass MqWebViewClass;
#include <gtk/gtk.h>
#include <webkit2/webkit2.h>
-// #include "gtype.h"
#include "tab.h"
G_BEGIN_DECLS
-// #define MQ_TYPE_WEB_VIEW (mq_web_view_get_type())
-// G_DECLARE_FINAL_TYPE(MqWebView, mq_web_view, MQ, WEB_VIEW, WebKitWebView)
-
#define MQ_TYPE_WEB_VIEW (mq_web_view_get_type())
#define MQ_WEB_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), \
MQ_TYPE_WEB_VIEW, MqWebView))