Skip to content

Commit

Permalink
remove unused artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathemalsky committed Aug 28, 2023
1 parent 8fca218 commit a6fde99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/draw/definitions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ constexpr std::array<float, static_cast<unsigned int>(ProblemType::NUMBER_OF_OPT
3.0f // TSP_exact
};

constexpr float THICKNESS_STEP = 0.5;

constexpr RGBA_COLOUR INITIAL_CLEAR_COLOUR = {0.19, 0.19, 0.25, 1.0};
constexpr RGBA_COLOUR INITIAL_VERTEX_COLOUR = {1.0f, 0.0f, 0.0f, 1.0f};
} // namespace drawing
Expand Down

0 comments on commit a6fde99

Please sign in to comment.