summaryrefslogtreecommitdiff
path: root/unity-shared
diff options
authorAndrea Azzarone <azzaronea@gmail.com>2014-07-25 01:43:39 +0200
committerAndrea Azzarone <azzaronea@gmail.com>2014-07-25 01:43:39 +0200
commit2997575943c93dc1855030c07825b5c1fb757487 (patch)
treef8bdc7123be23161bb06eb7e193570da3598f26e /unity-shared
parent25fd85b2e3f1e2c1dd91a5c2d75368150e312023 (diff)
Remove comments.
(bzr r3844.3.2)
Diffstat (limited to 'unity-shared')
-rw-r--r--unity-shared/TextInput.cpp3
1 files changed, 0 insertions, 3 deletions
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 <X11/XKBlib.h>
-
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());