Salome HOME
updated copyright message
[modules/geom.git] / src / DlgRef / DlgRef.h
index fb3c8e0471f98e7ddc320f4f3ca211b690ab620d..ae284c71b380966b1812ce9b5c8e086b1a969341 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -972,22 +972,6 @@ public:
   ~DlgRef_6Sel();
 };
 
-//////////////////////////////////////////
-// DlgRef_Skeleton
-//////////////////////////////////////////
-
-#include "ui_DlgRef_Skeleton_QTD.h"
-
-class DLGREF_EXPORT DlgRef_Skeleton : public QWidget, 
-                                      public Ui::DlgRef_Skeleton_QTD
-{
-  Q_OBJECT
-
-public:
-  DlgRef_Skeleton( QWidget* = 0, Qt::WindowFlags = 0 );
-  ~DlgRef_Skeleton();
-};
-
 //////////////////////////////////////////
 // Utility functions
 //////////////////////////////////////////
@@ -995,6 +979,6 @@ public:
 namespace DlgRef
 {
   DLGREF_EXPORT QString PrintDoubleValue( double, int = 16 );
-};
+}
 
 #endif // GEOM_DLGREF_H