1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

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 5c5c591684
commit 57ae8c48e6
2 changed files with 2 additions and 3 deletions

View File

@ -64,6 +64,8 @@
#include "xmpp/connection.h" #include "xmpp/connection.h"
#include "database.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 CONS_WIN_TITLE "Profanity. Type /help for help information."
#define XML_WIN_TITLE "XML Console" #define XML_WIN_TITLE "XML Console"

View File

@ -56,9 +56,6 @@
#include "xmpp/contact.h" #include "xmpp/contact.h"
#include "xmpp/muc.h" #include "xmpp/muc.h"
#define PAD_SIZE 1000
#define LOADING_MESSAGE "Loading older messages…"
void win_move_to_end(ProfWin* window); void win_move_to_end(ProfWin* window);
void win_show_status_string(ProfWin* window, const char* const from, void win_show_status_string(ProfWin* window, const char* const from,
const char* const show, const char* const status, const char* const show, const char* const status,