removed some unused definitions
This commit is contained in:
parent
127cbc8274
commit
913f96d075
1 changed files with 0 additions and 10 deletions
10
main.c
10
main.c
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue