From d956a27f7d3b8fbe82bc5ef3d991d963db79fedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20dos=20Santos=20Oliveira?= Date: Fri, 13 Sep 2013 03:59:44 -0300 Subject: Removing obvious comments from PixelArtDialog (bzr r12506.1.2) --- src/ui/dialog/pixelartdialog.h | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'src/ui') diff --git a/src/ui/dialog/pixelartdialog.h b/src/ui/dialog/pixelartdialog.h index b2be4b077..165cb8699 100644 --- a/src/ui/dialog/pixelartdialog.h +++ b/src/ui/dialog/pixelartdialog.h @@ -29,25 +29,14 @@ class PixelArtDialog : public UI::Widget::Panel public: - /** - * Constructor - */ PixelArtDialog() : - UI::Widget::Panel("", "/dialogs/pixelart", SP_VERB_SELECTION_PIXEL_ART) - {} + UI::Widget::Panel("", "/dialogs/pixelart", SP_VERB_SELECTION_PIXEL_ART) + {} - /** - * Factory method - */ static PixelArtDialog &getInstance(); - /** - * Destructor - */ virtual ~PixelArtDialog() {}; - - }; -- cgit v1.2.3