Skip to content
Verified Commit f2ab6107 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

Nuke possibleValues data member and getter from FlatpakPermission class

It was redundant and wasteful to keep it in-memory for every permission
entry. It can be computed at any time based on entry's section type.

Besides, the model already has this kind of method, it just needed to be
marked as static as well.

(cherry picked from commit 5d299024)
parent ca90899e
Pipeline #365758 passed with stage
in 43 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment