1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00

FileManager: Remove empty public access modifier from DesktopWidget

This commit is contained in:
Linus Groh 2020-05-19 17:26:53 +01:00 committed by Andreas Kling
parent ecea904ce9
commit 0edfd45451

View file

@ -118,7 +118,6 @@ int main(int argc, char** argv)
class DesktopWidget final : public GUI::Widget {
C_OBJECT(DesktopWidget);
public:
private:
virtual void paint_event(GUI::PaintEvent& event) override
{