From bcf0c7143371deba9050eedd0f3474ae4fd91cc9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 31 Dec 2018 00:57:47 +1100 Subject: Cleanup: remove non-existing function declarations --- source/blender/freestyle/FRS_freestyle.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/freestyle') diff --git a/source/blender/freestyle/FRS_freestyle.h b/source/blender/freestyle/FRS_freestyle.h index 58f1c343235..5757fcc9294 100644 --- a/source/blender/freestyle/FRS_freestyle.h +++ b/source/blender/freestyle/FRS_freestyle.h @@ -50,7 +50,6 @@ extern struct FreestyleGlobals g_freestyle; /* Rendering */ void FRS_initialize(void); void FRS_set_context(struct bContext *C); -void FRS_read_file(struct bContext *C); int FRS_is_freestyle_enabled(struct ViewLayer *view_layer); void FRS_init_stroke_renderer(struct Render *re); void FRS_begin_stroke_rendering(struct Render *re); -- cgit v1.2.3