Remove unused enum.

This commit is contained in:
Bartosz Taudul 2017-09-22 21:15:57 +02:00
parent 5919f5f5e8
commit 8d67d59ff3

View File

@ -742,8 +742,6 @@ void View::DrawZones()
const auto h = ImGui::GetContentRegionAvail().y;
auto draw = ImGui::GetWindowDrawList();
enum { TimeHeight = 50 };
ImGui::InvisibleButton( "##zones", ImVec2( w, h ) );
bool hover = ImGui::IsItemHovered();