Skip to content

Commit

Permalink
Remove initialization of libcurl
Browse files Browse the repository at this point in the history
We no longer use libcurl anywhere in TextMate, so this line is no longer necessary.
  • Loading branch information
sorbits committed Jun 9, 2020
1 parent 0f219ba commit fbc78d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Applications/TextMate/src/main.mm
Expand Up @@ -23,8 +23,6 @@ static void sig_term_handler (void* unused)

int main (int argc, char const* argv[])
{
curl_global_init(CURL_GLOBAL_ALL);

oak::application_t::set_support(path::join(path::home(), "Library/Application Support/TextMate"));
oak::application_t app(argc, argv);

Expand Down

0 comments on commit fbc78d3

Please sign in to comment.