removed some unused definitions

This commit is contained in:
Valerie Wolfe 2024-03-22 20:15:14 -04:00
parent 127cbc8274
commit 913f96d075

10
main.c
View file

@ -6,19 +6,9 @@
#include "full.h"
#define VERSION "0.0.1"
#define INDENT " "
#define RESET "\x1b[0m"
#define RAINBOW "rainbow"
#define AROACE "aroace"
#define BISEXUAL "bisexual"
#define GAY "gay"
#define LESBIAN "lesbian"
#define NONBINARY "nonbinary"
#define PANSEXUAL "pansexual"
#define TRANSGENDER "transgender"
void version() {
printf("pride-c v" VERSION "\n");
}