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

@@ -41,7 +41,6 @@ namespace Freestyle {
/* */
/**********************************/
LIB_STROKE_EXPORT
TextureManager *StrokeRenderer::_textureManager = 0;
StrokeRenderer::StrokeRenderer() {}
@@ -64,13 +63,10 @@ bool StrokeRenderer::loadTextures()
/**********************************/
LIB_STROKE_EXPORT
TextureManager *TextureManager::_pInstance = 0;
LIB_STROKE_EXPORT
string TextureManager::_patterns_path;
LIB_STROKE_EXPORT
string TextureManager::_brushes_path;
TextureManager::TextureManager()