mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Remove unused enum.
This commit is contained in:
parent
5919f5f5e8
commit
8d67d59ff3
@ -742,8 +742,6 @@ void View::DrawZones()
|
|||||||
const auto h = ImGui::GetContentRegionAvail().y;
|
const auto h = ImGui::GetContentRegionAvail().y;
|
||||||
auto draw = ImGui::GetWindowDrawList();
|
auto draw = ImGui::GetWindowDrawList();
|
||||||
|
|
||||||
enum { TimeHeight = 50 };
|
|
||||||
|
|
||||||
ImGui::InvisibleButton( "##zones", ImVec2( w, h ) );
|
ImGui::InvisibleButton( "##zones", ImVec2( w, h ) );
|
||||||
bool hover = ImGui::IsItemHovered();
|
bool hover = ImGui::IsItemHovered();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user