From 5c8cb9b86b3f7f7f8b4addea27c2762bd66bc546 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Thu, 3 Nov 2016 09:52:20 +0900 Subject: [PATCH] Small fix in a comment. --- taglib/toolkit/tstring.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/taglib/toolkit/tstring.h b/taglib/toolkit/tstring.h index 4c31a7d7..73e9e134 100644 --- a/taglib/toolkit/tstring.h +++ b/taglib/toolkit/tstring.h @@ -329,8 +329,6 @@ namespace TagLib { /*! * Returns true if the string is empty. - * - * \see isNull() */ bool isEmpty() const;