1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

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();