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:
authorJoseph Mansfield <sftrabbit@gmail.com>2013-09-23 18:51:35 +0400
committerJoseph Mansfield <sftrabbit@gmail.com>2013-09-23 18:51:35 +0400
commit9e023dc9cc501311c4cbd9b582ba2f00c5b0410b (patch)
treec7c166d90eb84c03c2f39ad3c26d6939b5e9f2c0
parent9c6a60ab607884d80daec1f6ed0736de70bfc54c (diff)
Code cleanup: remove a duplicate definesoc-2013-motion_track
-rw-r--r--extern/libmv/libmv-capi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/extern/libmv/libmv-capi.h b/extern/libmv/libmv-capi.h
index 085f3a361fc..eb4663a1271 100644
--- a/extern/libmv/libmv-capi.h
+++ b/extern/libmv/libmv-capi.h
@@ -85,8 +85,6 @@ void libmv_tracksInsert(struct libmv_Tracks *libmv_tracks, int image, int track,
#define LIBMV_CONSTRAIN_FOCAL_LENGTH (1 << 0)
-#define LIBMV_CONSTRAIN_FOCAL_LENGTH (1 << 0)
-
typedef struct libmv_CameraIntrinsicsOptions {
double focal_length;
double principal_point_x, principal_point_y;