Salome HOME
refs #1327: debug of scaling operations
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ChannelOp.h
index 7d7c828e391b3d4fb59a6c5395a76bc340c406ca..d7925f9a78836aeb787eea6ada3af2c84991d308 100644 (file)
@@ -1,8 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
-//
-// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
+// Copyright (C) 2014-2015  EDF-R&D
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
@@ -58,10 +54,6 @@ protected:
 
   virtual Handle(HYDROData_Channel) createNewObject() const;
 
-  virtual QColor             getDefaultFillingColor() const;
-
-  virtual QColor             getDefaultBorderColor() const;
-
   virtual HYDROGUI_Shape*    getPreviewShape() const { return myPreviewPrs; };
 
 protected: