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

LibDesktop: Remove accidental unused struct

This commit is contained in:
Andreas Kling 2020-05-12 18:59:12 +02:00
parent fbda28248a
commit 6800f6eff5

View file

@ -30,10 +30,6 @@
namespace Desktop {
struct Opener {
};
class Launcher {
public:
static bool open(const URL&);