From 351da6fb8a5a0fe3ddaecc3120618c6eb4a04aaa Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Thu, 2 Jan 2025 01:10:15 +0100 Subject: Remove some links --- main.c | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/main.c b/main.c index 4264523..94b6f04 100755 --- a/main.c +++ b/main.c @@ -832,30 +832,6 @@ static Doc docs[NUM_DOCS] = { .type = TAG_CODE, .text = "stb", .href = "https://github.com/nothings/stb", - }, { - .text = ", ", - }, { - .type = TAG_CODE, - .text = "sokol", - .href = "https://github.com/floooh/sokol", - }, { - .text = ", ", - }, { - .type = TAG_CODE, - .text = "nanovg", - .href = "https://github.com/memononen/nanovg", - }, { - .text = ", ", - }, { - .type = TAG_CODE, - .text = "miniaudio", - .href = "https://github.com/mackron/miniaudio", - }, { - .text = ", ", - }, { - .type = TAG_CODE, - .text = "gf", - .href = "https://github.com/nakst/gf", }, { .text = "
", }, { -- cgit v1.2.3