Removed unused dependencies

This commit is contained in:
Antoine Pilote
2024-08-14 18:55:29 -04:00
parent 8295a8c550
commit e5616f98a4
16 changed files with 4 additions and 983 deletions

View File

@@ -44,8 +44,6 @@ Ref<Nuake::Texture> ThumbnailManager::GetThumbnail(const std::string& path)
return m_Thumbnails[path];
}
int i = 0;
std::string m = "masing" + std::to_string(i) + std::endl;
using namespace Nuake;
if (m_ThumbnailGeneratedThisFrame > MAX_THUMBNAIL_PER_FRAME)

View File

@@ -124,10 +124,8 @@ namespace Nuake {
ImGuiID dockspace_id = ImGui::GetID("MyDockSpace");
ImGui::DockSpaceOverViewport(viewport, dockspace_flags);
//this->filesystem = FileSystemUI();
}
ImVec2 LastSize = ImVec2();
void EditorInterface::DrawViewport()
{

View File

@@ -83,6 +83,7 @@ void EditorSelectionPanel::Draw(EditorSelection selection)
}
}
ImGui::End();
}
void EditorSelectionPanel::DrawNone()