diff options
author | Keuin <[email protected]> | 2022-04-15 12:35:02 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-04-15 12:35:02 +0800 |
commit | 569be1744453d9e03cf6ba6360c42b9da89a596a (patch) | |
tree | 47b7a01e30d00128b283cdc4295176e72a899772 /main_simple_scanner.cpp | |
parent | 6f18fbb4f14585376e6a57733b45df35c21eab4f (diff) |
Remove unused macros.
Diffstat (limited to 'main_simple_scanner.cpp')
-rw-r--r-- | main_simple_scanner.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main_simple_scanner.cpp b/main_simple_scanner.cpp index f0a2099..264bf4e 100644 --- a/main_simple_scanner.cpp +++ b/main_simple_scanner.cpp @@ -16,8 +16,6 @@ #include "aa.h" #include "material.h" -#define DEMO_BALL - // T: intermediate color depth template<typename T> void generate_image(uint16_t image_width, uint16_t image_height, double viewport_width, double focal_length, |