These defines don't have to be in the header file

They're only used in `window.c`.

Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
Steffen Jaeckel
2024-11-21 12:17:30 +01:00
parent 67d8d7110b
commit 46b788846c
2 changed files with 2 additions and 3 deletions

View File

@@ -64,6 +64,8 @@
#include "xmpp/connection.h"
#include "database.h"
#define PAD_SIZE 1000
#define LOADING_MESSAGE "Loading older messages…"
#define CONS_WIN_TITLE "Profanity. Type /help for help information."
#define XML_WIN_TITLE "XML Console"