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:
authorCampbell Barton <ideasman42@gmail.com>2014-05-03 18:04:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-03 18:41:45 +0400
commit08d899d1e7fe0c669954b197fef0e57269edfb79 (patch)
tree0b3e872af049ec1582068447d20e2a4579c94c7d /source/blender/editors/space_buttons
parente08db08a84bffaab27bc4562fd41f44756eb2e3e (diff)
Code cleanup: style
Diffstat (limited to 'source/blender/editors/space_buttons')
-rw-r--r--source/blender/editors/space_buttons/buttons_context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_buttons/buttons_context.c b/source/blender/editors/space_buttons/buttons_context.c
index 3f5d7de5cd0..4b37ac6b281 100644
--- a/source/blender/editors/space_buttons/buttons_context.c
+++ b/source/blender/editors/space_buttons/buttons_context.c
@@ -521,6 +521,7 @@ static int buttons_context_path_texture(ButsContextPath *path, ButsContextTextur
return 0;
}
+#ifdef WITH_FREESTYLE
static bool buttons_context_linestyle_pinnable(const bContext *C)
{
Scene *scene = CTX_data_scene(C);
@@ -537,6 +538,7 @@ static bool buttons_context_linestyle_pinnable(const bContext *C)
}
return true;
}
+#endif
static int buttons_context_path(const bContext *C, ButsContextPath *path, int mainb, int flag)
{