From 1e2e531620c060759ea3e9d96902a9717001658c Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 1 Jul 2015 14:27:01 +0200 Subject: [PATCH] Minor cleanup. --- juci/source.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/juci/source.cc b/juci/source.cc index 6b391ea..c8e9960 100644 --- a/juci/source.cc +++ b/juci/source.cc @@ -381,8 +381,6 @@ void Source::ClangView::update_diagnostics() { bool Source::ClangView::clangview_on_motion_notify_event(GdkEventMotion* event) { Gdk::Rectangle rectangle(event->x, event->y, 1, 1); diagnostic_tooltips.show(rectangle); - auto cursor=Gdk::Cursor::create(Gdk::CursorType::XTERM); - get_window(Gtk::TextWindowType::TEXT_WINDOW_TEXT)->set_cursor(cursor); return false; }