From 23a5f0bfb209bbe30c29c0e4e388fa8cac256f9c Mon Sep 17 00:00:00 2001 From: Leon Richardt Date: Sat, 17 Aug 2019 22:10:27 +0200 Subject: [PATCH] Remove unused method declaration --- src/common/CompletionModel.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/CompletionModel.hpp b/src/common/CompletionModel.hpp index 41cc4a5d8..f4f216cd1 100644 --- a/src/common/CompletionModel.hpp +++ b/src/common/CompletionModel.hpp @@ -48,7 +48,6 @@ public: virtual int rowCount(const QModelIndex &) const override; void refresh(const QString &prefix); - void updateEmoteCompletionMethod(); private: TaggedString createUser(const QString &str);