From 977490e2b3a181796348ab1853a87cde7c92f676 Mon Sep 17 00:00:00 2001 From: Keuin Date: Thu, 14 Apr 2022 14:08:09 +0800 Subject: Remove viewport8b and basic_viewport8b. --- viewport.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/viewport.h b/viewport.h index 30a22dd..1e3eaf0 100644 --- a/viewport.h +++ b/viewport.h @@ -48,8 +48,6 @@ public: virtual ~viewport() = default; }; -using viewport8b = viewport; - // Single sampled viewport which supports bias sampling template class basic_viewport : public viewport { @@ -106,6 +104,4 @@ public: } }; -using basic_viewport8b = basic_viewport; - #endif //RT_VIEWPORT_H -- cgit v1.2.3