mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
FileManager: Remove empty public access modifier from DesktopWidget
This commit is contained in:
parent
ecea904ce9
commit
0edfd45451
Notes:
sideshowbarker
2024-07-19 06:23:28 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/0edfd454516 Pull-request: https://github.com/SerenityOS/serenity/pull/2298
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue