From dfef20fc6a0300f09f542a8c87c30aa6352771ac Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 31 Aug 2019 15:36:45 +0200 Subject: =?UTF-8?q?Redundant=20redeclaration=20of=20=E2=80=98fr=5Fcommand?= =?UTF-8?q?=5Fis=5Fcapable=5Fof=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fr-command.h:205:16: warning: redundant redeclaration of ‘fr_command_is_capable_of’ [-Wredundant-decls] --- src/fr-command.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/fr-command.h b/src/fr-command.h index e0feaad..772189b 100644 --- a/src/fr-command.h +++ b/src/fr-command.h @@ -202,8 +202,6 @@ FrCommandCap fr_command_get_capabilities (FrCommand *comm, gboolean check_command); void fr_command_set_mime_type (FrCommand *comm, const char *mime_type); -gboolean fr_command_is_capable_of (FrCommand *comm, - FrCommandCaps capabilities); const char * fr_command_get_packages (FrCommand *comm, const char *mime_type); -- cgit v1.2.1