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:
authorSergey Sharybin <sergey@blender.org>2020-12-01 16:46:35 +0300
committerSergey Sharybin <sergey@blender.org>2020-12-01 16:46:35 +0300
commitc21265b29ed98ad504ffccbf2f1f0b4b7a07f769 (patch)
tree09ec335b10a09f0444b5bcb43cec6840051f9d97 /intern/libmv
parent01b94c5d8a99c20ab86ee1ea9fd9d0f4aab64dab (diff)
Libmv: Cleanup, remove unused logging macros
Unused and was not entirely happy with such short abbreviations.
Diffstat (limited to 'intern/libmv')
-rw-r--r--intern/libmv/libmv/logging/logging.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/intern/libmv/libmv/logging/logging.h b/intern/libmv/libmv/logging/logging.h
index 776d9d52f7a..ce7f3201516 100644
--- a/intern/libmv/libmv/logging/logging.h
+++ b/intern/libmv/libmv/logging/logging.h
@@ -24,8 +24,5 @@
#include <glog/logging.h>
#define LG LOG(INFO)
-#define V0 LOG(INFO)
-#define V1 LOG(INFO)
-#define V2 LOG(INFO)
#endif // LIBMV_LOGGING_LOGGING_H