Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/stroke/StrokeLayer.h')
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeLayer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/freestyle/intern/stroke/StrokeLayer.h b/source/blender/freestyle/intern/stroke/StrokeLayer.h
index bef7a2aca43..91292e237d6 100644
--- a/source/blender/freestyle/intern/stroke/StrokeLayer.h
+++ b/source/blender/freestyle/intern/stroke/StrokeLayer.h
@@ -34,10 +34,6 @@
#include "MEM_guardedalloc.h"
#endif
-extern "C" {
-struct FreestyleLineStyle;
-}
-
namespace Freestyle {
class Stroke;
@@ -105,8 +101,6 @@ public:
_strokes.push_back(iStroke);
}
- void setLineStyle(struct FreestyleLineStyle *iLineStyle, bool iUseShadingNodes);
-
#ifdef WITH_CXX_GUARDEDALLOC
MEM_CXX_CLASS_ALLOC_FUNCS("Freestyle:StrokeLayer")
#endif