From f71acaf7737bf2b667293a08cdefd962ef39812e Mon Sep 17 00:00:00 2001 From: eidheim Date: Sun, 14 Feb 2016 23:33:06 +0100 Subject: [PATCH] Removed redundant Dispatcher::disconnect --- src/source_clang.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/source_clang.h b/src/source_clang.h index cda1cbe..c29d863 100644 --- a/src/source_clang.h +++ b/src/source_clang.h @@ -26,7 +26,6 @@ namespace Source { }; ClangViewParse(const boost::filesystem::path &file_path, const boost::filesystem::path& project_path, Glib::RefPtr language); - ~ClangViewParse() { dispatcher.disconnect(); } void configure() override;