diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-05-29 18:18:15 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-05-29 18:18:15 +0200 |
commit | b130bd0e45c5bca8e6f703ad3d1e72ddbec71255 (patch) | |
tree | 92304a2ac0a8ec06d6539ef7d5d5a7b6b16dba46 /src/xembed.cc | |
parent | 600300a7ae972f7f4e0beebfa12042224fe30658 (diff) |
remove unused variable
Diffstat (limited to 'src/xembed.cc')
-rw-r--r-- | src/xembed.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xembed.cc b/src/xembed.cc index 7dd9c7e2..bc48c02f 100644 --- a/src/xembed.cc +++ b/src/xembed.cc @@ -123,7 +123,7 @@ void Xembed::createInternal(uint32_t parent) { | EnterWindowMask | LeaveWindowMask | PointerMotionMask; - fltk::CreatedWindow *x = fltk::CreatedWindow::set_xid(window, + fltk::CreatedWindow::set_xid(window, XCreateWindow(fltk::xdisplay, parent, X, Y, W, H, |