Freestyle: removed unused *_EXPORT qualifiers for building Windows DLLs.

These qualifiers were leftovers of the stand alone Freestyle program and not used
(set to an empty string) in Blender for years.
This commit is contained in:
2014-04-17 14:19:10 +09:00
parent 62258d9f30
commit 1674a04488
75 changed files with 178 additions and 276 deletions

View File

@@ -62,7 +62,7 @@ typedef vector<Polygon3r*> OccludersSet;
//
///////////////////////////////////////////////////////////////////////////////
class LIB_GEOMETRY_EXPORT Cell
class Cell
{
public:
Cell(Vec3r& orig) {
@@ -175,7 +175,7 @@ public:
//
///////////////////////////////////////////////////////////////////////////////
class LIB_GEOMETRY_EXPORT Grid
class Grid
{
public:
/*! Builds a Grid. Must be followed by a call to configure() */