CppEditor: Clean up CppHoverHandler

Change-Id: I1ac54206ca2735c55c1468ddd4ab5f3106665f16
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2016-01-27 12:51:07 +01:00
parent c554dae687
commit c997e5e54c
2 changed files with 2 additions and 8 deletions

View File

@@ -42,9 +42,6 @@ using namespace TextEditor;
namespace CppEditor {
namespace Internal {
CppHoverHandler::CppHoverHandler()
{}
void CppHoverHandler::identifyMatch(TextEditorWidget *editorWidget, int pos)
{
if (!editorWidget->extraSelectionTooltip(pos).isEmpty()) {