mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-18 14:27:39 +03:00
0024805: Eliminate unused static functions and methods: ShallowDump(), ShallowCopy(), STANDARD_TYPE(...)
Implementation of global functions STANDARD_TYPE() for types not inheriting Standard_Transient or Standard_Persistent are eliminated. Global functions and class methods ShallowCopy() are removed; also removed unused classes Visual3d_PickPath and Visual3d_PickDescriptor. Global functions and class methods ShallowDump() are removed, except for classes Standard_GUID, TopLoc_Datum, and TopLoc_Location as the latter are still used in some Debug printouts.
This commit is contained in:
@@ -39,6 +39,4 @@
|
||||
|
||||
typedef DWORD WNT_Dword;
|
||||
|
||||
extern const Handle( Standard_Type )& STANDARD_TYPE( WNT_Dword );
|
||||
|
||||
#endif // __WNT_Dword_HeaderFile
|
||||
|
@@ -39,6 +39,4 @@
|
||||
|
||||
typedef UINT WNT_Uint;
|
||||
|
||||
extern const Handle( Standard_Type )& STANDARD_TYPE( WNT_Uint );
|
||||
|
||||
#endif // __WNT_Uint_HeaderFile
|
||||
|
@@ -41,6 +41,4 @@
|
||||
|
||||
typedef WINDOW_DATA WNT_WindowData;
|
||||
|
||||
extern const Handle( Standard_Type )& STANDARD_TYPE( WNT_WindowData );
|
||||
|
||||
#endif // __WNT_WindowData_HeaderFile
|
||||
|
Reference in New Issue
Block a user