mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-25 18:52:22 -05:00
utf8-everywhere: Removed unreferenced local variables.
This commit is contained in:
parent
5d9264aff6
commit
a978e7b55b
@ -621,10 +621,9 @@ convert_with_fallback (const char *str, const char *fallback)
|
|||||||
void
|
void
|
||||||
load_config (void)
|
load_config (void)
|
||||||
{
|
{
|
||||||
struct stat st;
|
|
||||||
char *cfg, *sp;
|
char *cfg, *sp;
|
||||||
const char *username, *realname;
|
const char *username, *realname;
|
||||||
int res, val, i, fh;
|
int res, val, i;
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
char out[256];
|
char out[256];
|
||||||
#endif
|
#endif
|
||||||
|
@ -251,7 +251,6 @@ scrollback_load (session *sess)
|
|||||||
{
|
{
|
||||||
int fh;
|
int fh;
|
||||||
char *buf;
|
char *buf;
|
||||||
char line_buf[512 * 4];
|
|
||||||
char *text;
|
char *text;
|
||||||
time_t stamp;
|
time_t stamp;
|
||||||
int lines;
|
int lines;
|
||||||
@ -534,7 +533,6 @@ log_create_pathname (char *servname, char *channame, char *netname)
|
|||||||
{
|
{
|
||||||
char fname[384];
|
char fname[384];
|
||||||
char fnametime[384];
|
char fnametime[384];
|
||||||
char *fs;
|
|
||||||
struct tm *tm;
|
struct tm *tm;
|
||||||
time_t now;
|
time_t now;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user