mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0029590: Coding - avoid usage of Standard_EXPORT attribute for inline methods
All occurrences of Standard_EXPORT attached to inline methods in OCCT code are eliminated. Some unused classes and C++ files producing no code are deleted.
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
Standard_Real Parameter() const;
|
||||
|
||||
//! Returns True if an intersection is computed.
|
||||
Standard_EXPORT Standard_Boolean HasIntersection() const;
|
||||
Standard_Boolean HasIntersection() const;
|
||||
|
||||
//! Returns the intersecting algorithm.
|
||||
BRepClass3d_Intersector3d& Intersector();
|
||||
|
Reference in New Issue
Block a user