From 8fc19d21941789a7a3ca7d32ab0c36ef6b696042 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 20 Dec 2018 16:56:29 +0100 Subject: [PATCH] Removed IMGUI_HAS_TABS from Docking branch, it's not defined anywhere anymore. --- imgui.h | 1 - 1 file changed, 1 deletion(-) diff --git a/imgui.h b/imgui.h index 525654929..c379203a5 100644 --- a/imgui.h +++ b/imgui.h @@ -50,7 +50,6 @@ Index of this file: #define IMGUI_CHECKVERSION() ImGui::DebugCheckVersionAndDataLayout(IMGUI_VERSION, sizeof(ImGuiIO), sizeof(ImGuiStyle), sizeof(ImVec2), sizeof(ImVec4), sizeof(ImDrawVert)) #define IMGUI_HAS_VIEWPORT 1 // Viewport WIP branch #define IMGUI_HAS_DOCK 1 // Docking WIP branch -#define IMGUI_HAS_TABS 1 // Docking WIP branch // Define attributes of all API symbols declarations (e.g. for DLL under Windows) // IMGUI_API is used for core imgui functions, IMGUI_IMPL_API is used for the default bindings files (imgui_impl_xxx.h)