remove commented out unused variables

This commit is contained in:
AdenKoperczak 2024-09-20 13:27:27 -04:00
parent 46e0adee15
commit 02bf673105
10 changed files with 0 additions and 21 deletions

View file

@ -31,7 +31,6 @@ static constexpr std::size_t kIntegersPerVertex_ = 3;
static constexpr std::size_t kTessVertexScreenX_ = 0;
static constexpr std::size_t kTessVertexScreenY_ = 1;
//static constexpr std::size_t kTessVertexScreenZ_ = 2;
static constexpr std::size_t kTessVertexXOffset_ = 3;
static constexpr std::size_t kTessVertexYOffset_ = 4;
static constexpr std::size_t kTessVertexR_ = 5;