Skip to content

Commit

Permalink
remove cmark
Browse files Browse the repository at this point in the history
  • Loading branch information
PankajBhojwani committed Nov 19, 2024
1 parent 100fcda commit 0be1e43
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cascadia/QueryExtension/ExtensionPalette.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "../../types/inc/utils.hpp"
#include "LibraryResources.h"
#include <winrt/Windows.UI.Xaml.Media.Imaging.h>
#include <cmark.h>

#include "ExtensionPalette.g.cpp"
#include "ChatMessage.g.cpp"
Expand All @@ -30,9 +29,6 @@ static constexpr std::wstring_view cmdExe{ L"cmd.exe" };
static constexpr std::wstring_view cmd{ L"cmd" };
const std::wregex azureOpenAIEndpointRegex{ LR"(^https.*openai\.azure\.com)" };

typedef wil::unique_any<cmark_node*, decltype(&cmark_node_free), cmark_node_free> unique_node;
typedef wil::unique_any<cmark_iter*, decltype(&cmark_iter_free), cmark_iter_free> unique_iter;

namespace winrt::Microsoft::Terminal::Query::Extension::implementation
{
ExtensionPalette::ExtensionPalette()
Expand Down

0 comments on commit 0be1e43

Please sign in to comment.