Salome HOME
SketchShapePlugin package is removed as not used.
[modules/shaper.git] / src / SketchShapePlugin / SketchShapePlugin_PageGroupBox.cpp
diff --git a/src/SketchShapePlugin/SketchShapePlugin_PageGroupBox.cpp b/src/SketchShapePlugin/SketchShapePlugin_PageGroupBox.cpp
deleted file mode 100755 (executable)
index db4d9eb..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
-
-// File:        SketchShapePlugin_PageGroupBox.h
-// Created:     25 Nov 2015
-// Author:      Natalia ERMOLAEVA
-
-#include <SketchShapePlugin_PageGroupBox.h>
-
-SketchShapePlugin_PageGroupBox::SketchShapePlugin_PageGroupBox(QWidget* theParent)
-: ModuleBase_PageGroupBox(theParent)
-{
-}
-
-void SketchShapePlugin_PageGroupBox::setHighlightedGroupBox(bool isHighlighted)
-{
-  ModuleBase_Tools::setShadowEffect(this, isHighlighted);
-}
-