diff options
Diffstat (limited to 'SharedGraphics/StylePainter.cpp')
-rw-r--r-- | SharedGraphics/StylePainter.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/SharedGraphics/StylePainter.cpp b/SharedGraphics/StylePainter.cpp index 79cce24bcf..b553f2fe03 100644 --- a/SharedGraphics/StylePainter.cpp +++ b/SharedGraphics/StylePainter.cpp @@ -1,19 +1,6 @@ #include <SharedGraphics/StylePainter.h> #include <LibGUI/GPainter.h> -static StylePainter* s_the; - -StylePainter& StylePainter::the() -{ - if (!s_the) - s_the = new StylePainter; - return *s_the; -} - -StylePainter::StylePainter() -{ -} - static void paint_button_new(Painter& painter, const Rect& rect, bool pressed) { Color button_color = Color::from_rgb(0xc0c0c0); |