diff options
Diffstat (limited to 'librss/textinput.cpp')
-rw-r--r-- | librss/textinput.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/librss/textinput.cpp b/librss/textinput.cpp index f2af0940..6f5e7c97 100644 --- a/librss/textinput.cpp +++ b/librss/textinput.cpp @@ -92,5 +92,3 @@ bool TextInput::operator==(const TextInput &other) const d->name == other.name() && d->link == other.link(); } - -// vim:noet:ts=4 |