Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Discover
Commits
dc481479
Commit
dc481479
authored
Feb 09, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
pk: Remove unused function
parent
18bbc381
Changes
1
Show whitespace changes
Inline
Side-by-side
libdiscover/backends/PackageKitBackend/PackageKitBackend.cpp
View file @
dc481479
...
...
@@ -411,7 +411,6 @@ QList<AppStream::Component> PackageKitBackend::componentsById(const QString& id)
}
static
const
auto
needsResolveFilter
=
[]
(
AbstractResource
*
res
)
{
return
res
->
state
()
==
AbstractResource
::
Broken
;
};
static
const
auto
installedFilter
=
[]
(
AbstractResource
*
res
)
{
return
res
->
state
()
>=
AbstractResource
::
Installed
;
};
class
PKResultsStream
:
public
ResultsStream
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment