1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 13:27:34 +00:00

LibDesktop: Remove icons from Desktop::Launcher::Details

This commit is contained in:
Linus Groh 2020-12-25 23:59:05 +01:00 committed by Andreas Kling
parent 721b00a83a
commit d4a60583a9
2 changed files with 0 additions and 7 deletions

View file

@ -44,10 +44,8 @@ public:
};
struct Details : public RefCounted<Details> {
String name;
String executable;
HashMap<String, String> icons;
LauncherType launcher_type { LauncherType::Default };
static NonnullRefPtr<Details> from_details_str(const String&);