diff options
Diffstat (limited to 'librss/article.cpp')
-rw-r--r-- | librss/article.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/librss/article.cpp b/librss/article.cpp index 4161e0d5..fbc240f4 100644 --- a/librss/article.cpp +++ b/librss/article.cpp @@ -142,5 +142,3 @@ bool Article::operator==(const Article &other) const d->guid == other.guid() && d->guidIsPermaLink == other.guidIsPermaLink(); } - -// vim:noet:ts=4 |