diff options
author | rbuj <[email protected]> | 2019-08-31 15:36:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-01 17:33:05 +0200 |
commit | dfef20fc6a0300f09f542a8c87c30aa6352771ac (patch) | |
tree | 238fa1f3e78a2707f922e4a185179acde7ca114c | |
parent | 07a226bcdd0b2b887fbd757ca910c56dea470095 (diff) | |
download | engrampa-dfef20fc6a0300f09f542a8c87c30aa6352771ac.tar.bz2 engrampa-dfef20fc6a0300f09f542a8c87c30aa6352771ac.tar.xz |
Redundant redeclaration of ‘fr_command_is_capable_of’
fr-command.h:205:16: warning: redundant redeclaration of ‘fr_command_is_capable_of’ [-Wredundant-decls]
-rw-r--r-- | src/fr-command.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |