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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-16 20:58:13 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-16 20:58:13 +0300
commit243314ac190f38b582990c9a25573e07e3e07bb1 (patch)
tree787a07da42bc4305d6751c7a7e43bfd464631a4d /source/blender/editors
parentd0c10cd0606a2832cdcec1fd9d3f888db06bd397 (diff)
implify skipping quad->tri was being done even when the main simplify option was disabled.
(commit 27512 by Campbell from render25 branch)
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_file/space_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/space_file.c b/source/blender/editors/space_file/space_file.c
index 141d4f63f1c..640fce39b16 100644
--- a/source/blender/editors/space_file/space_file.c
+++ b/source/blender/editors/space_file/space_file.c
@@ -227,7 +227,7 @@ static void file_refresh(const bContext *C, ScrArea *sa)
static void file_listener(ScrArea *sa, wmNotifier *wmn)
{
- SpaceFile* sfile = (SpaceFile*)sa->spacedata.first;
+ /* SpaceFile* sfile = (SpaceFile*)sa->spacedata.first; */
/* context changes */
switch(wmn->category) {