aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGrégoire Jadi2013-07-25 15:33:11 +0200
committerGrégoire Jadi2013-07-25 15:33:11 +0200
commitbd0b9e4aa56f47f079d1d3e9b0b475d1368f02a7 (patch)
treed7088a9e6ab80351fc8501bcc8e1868d9d5d67a3 /src
parent5677ff6cfcbc19d352a029f1475eade9dfce93a5 (diff)
downloademacs-bd0b9e4aa56f47f079d1d3e9b0b475d1368f02a7.tar.gz
emacs-bd0b9e4aa56f47f079d1d3e9b0b475d1368f02a7.zip
* src/xwidget.c (Fmake_xwidget): Remove dead code.
Diffstat (limited to 'src')
-rw-r--r--src/xwidget.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xwidget.c b/src/xwidget.c
index 54efdba1797..3d7acee9605 100644
--- a/src/xwidget.c
+++ b/src/xwidget.c
@@ -275,8 +275,6 @@ TYPE is a symbol which can take one of the following values:
275 "navigation-policy-decision-requested", 275 "navigation-policy-decision-requested",
276 G_CALLBACK (webkit_osr_navigation_policy_decision_requested_callback), 276 G_CALLBACK (webkit_osr_navigation_policy_decision_requested_callback),
277 xw); 277 xw);
278 //webkit_web_view_load_uri(WEBKIT_WEB_VIEW(xw->widget_osr), "http://www.fsf.org");
279
280 } 278 }
281 279
282 if (EQ(xw->type, Qsocket_osr)) { 280 if (EQ(xw->type, Qsocket_osr)) {