[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60335] branches/soc-2013-motion_track/ extern/libmv/libmv-capi.h: Code cleanup: remove a duplicate define

Joseph Mansfield sftrabbit at gmail.com
Mon Sep 23 16:51:35 CEST 2013


Revision: 60335
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60335
Author:   sftrabbit
Date:     2013-09-23 14:51:35 +0000 (Mon, 23 Sep 2013)
Log Message:
-----------
Code cleanup: remove a duplicate define

Modified Paths:
--------------
    branches/soc-2013-motion_track/extern/libmv/libmv-capi.h

Modified: branches/soc-2013-motion_track/extern/libmv/libmv-capi.h
===================================================================
--- branches/soc-2013-motion_track/extern/libmv/libmv-capi.h	2013-09-23 14:48:28 UTC (rev 60334)
+++ branches/soc-2013-motion_track/extern/libmv/libmv-capi.h	2013-09-23 14:51:35 UTC (rev 60335)
@@ -85,8 +85,6 @@
 
 #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;




More information about the Bf-blender-cvs mailing list