summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget/entry.cpp')
-rw-r--r--src/ui/widget/entry.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/widget/entry.cpp b/src/ui/widget/entry.cpp
index 7ac8532fb..173e014d9 100644
--- a/src/ui/widget/entry.cpp
+++ b/src/ui/widget/entry.cpp
@@ -24,7 +24,6 @@ Entry::Entry( Glib::ustring const &label, Glib::ustring const &tooltip,
: Labelled(label, tooltip, new Gtk::Entry(), suffix, icon, mnemonic)
{
}
-
} // namespace Widget
} // namespace UI