LibDesktop: Remove accidental unused struct

This commit is contained in:
Andreas Kling 2020-05-12 18:59:12 +02:00
commit 6800f6eff5
Notes: sideshowbarker 2024-07-19 06:42:13 +09:00

View file

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