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:
authorTon Roosendaal <ton@blender.org>2009-02-10 21:36:34 +0300
committerTon Roosendaal <ton@blender.org>2009-02-10 21:36:34 +0300
commit12c17347cb095db8f8e19b22eeb7c8b8c508794b (patch)
treef5cd906d0e2d3712efeac486d2e2a07bbce81ed0 /source/blender/blenlib/BLI_rect.h
parenta216695ee753bf109b5c214ed111e55ab75b34d7 (diff)
2.5
Fourth trial to get the invisible character gone! (I have to add/remove enters to get it committed even) Thanks to Thomas for retyping the faulty line entirely :)
Diffstat (limited to 'source/blender/blenlib/BLI_rect.h')
-rw-r--r--source/blender/blenlib/BLI_rect.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_rect.h b/source/blender/blenlib/BLI_rect.h
index 816347650fb..45a96f6055d 100644
--- a/source/blender/blenlib/BLI_rect.h
+++ b/source/blender/blenlib/BLI_rect.h
@@ -59,7 +59,6 @@ int BLI_isect_rcti(struct rcti *src1, struct rcti *src2, struct rcti *dest);
void BLI_union_rctf(struct rctf *rcta, struct rctf *rctb);
void BLI_union_rcti(struct rcti *rct1, struct rcti *rct2);
-
#ifdef __cplusplus
}
#endif