diff options
Diffstat (limited to 'lang/qt/src/util.h')
-rw-r--r-- | lang/qt/src/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/qt/src/util.h b/lang/qt/src/util.h index c2d63405..cdf38981 100644 --- a/lang/qt/src/util.h +++ b/lang/qt/src/util.h @@ -55,8 +55,6 @@ std::vector<std::string> toStrings(const QStringList &l); QStringList toFingerprints(const std::vector<GpgME::Key> &keys); -void removeFile(const QString &fileName); - /** * Helper for using a temporary "part" file for writing a result to, similar * to what browsers do when downloading files. |