summaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-04-20 01:55:59 +0000
committercorvid <corvid@lavabit.com>2011-04-20 01:55:59 +0000
commit7a526530784731fd19f2ec313cb0c82beed944dd (patch)
tree848ebabbc88bf609dddf35f878220ebfbd22130e /src/ui.cc
parentb9481f9bcc31b71b105f3a3b6d6cee320d1004c4 (diff)
rm obsolete comment
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 804bc8c2..4880cdff 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -869,8 +869,6 @@ const char *UI::get_location()
void UI::set_location(const char *str)
{
if (!str) str = "";
- // This text() call clears fl_pending_callback, avoiding
- // an extra location_cb() call.
Location->value(str);
Location->position(strlen(str));
}