From 2997575943c93dc1855030c07825b5c1fb757487 Mon Sep 17 00:00:00 2001 From: Andrea Azzarone Date: Fri, 25 Jul 2014 01:43:39 +0200 Subject: Remove comments. (bzr r3844.3.2) --- unity-shared/TextInput.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'unity-shared') diff --git a/unity-shared/TextInput.cpp b/unity-shared/TextInput.cpp index 0ae601c81..290d3f96c 100644 --- a/unity-shared/TextInput.cpp +++ b/unity-shared/TextInput.cpp @@ -23,8 +23,6 @@ #include "unity-shared/RawPixel.h" #include "unity-shared/PreviewStyle.h" -//#include - namespace unity { @@ -111,7 +109,6 @@ TextInput::TextInput(NUX_FILE_LINE_DECL) pango_entry_->SetFontSize(PANGO_ENTRY_FONT_SIZE); pango_entry_->cursor_moved.connect([this](int i) { QueueDraw(); }); pango_entry_->mouse_down.connect(sigc::mem_fun(this, &TextInput::OnMouseButtonDown)); - //pango_entry_->key_up.connect(sigc::mem_fun(this, &TextInput::OnKeyUp)); pango_entry_->end_key_focus.connect(sigc::mem_fun(this, &TextInput::OnEndKeyFocus)); pango_entry_->text_changed.connect([this](nux::TextEntry*) { hint_->SetVisible(input_string().empty()); -- cgit v1.2.3