aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpphoverhandler.cpp
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2016-01-27 12:51:07 +0100
committerNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2016-02-09 09:07:48 +0000
commitc997e5e54c5db30b94f76a012984cc9fda250744 (patch)
tree63a50b91829faa907be96ed840a5232b49af12cf /src/plugins/cppeditor/cpphoverhandler.cpp
parentc554dae687b445a50f8acd817abdba411aa97e0b (diff)
CppEditor: Clean up CppHoverHandler
Change-Id: I1ac54206ca2735c55c1468ddd4ab5f3106665f16 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'src/plugins/cppeditor/cpphoverhandler.cpp')
-rw-r--r--src/plugins/cppeditor/cpphoverhandler.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/cppeditor/cpphoverhandler.cpp b/src/plugins/cppeditor/cpphoverhandler.cpp
index ce91661417..8cbe8d0891 100644
--- a/src/plugins/cppeditor/cpphoverhandler.cpp
+++ b/src/plugins/cppeditor/cpphoverhandler.cpp
@@ -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()) {