mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Removed unused code and comments
This commit is contained in:
parent
05292a0eb8
commit
0cd7d43953
@ -181,8 +181,6 @@ inp_get_char(char *input, int *size)
|
||||
|
||||
// otherwise just append
|
||||
} else {
|
||||
//cchar_t t = { 0, { ch, 0 } };
|
||||
//wadd_wch(inp_win, &t);
|
||||
char bytes[5];
|
||||
size_t utf_len = wcrtomb(bytes, ch, NULL);
|
||||
int i;
|
||||
@ -245,8 +243,6 @@ inp_get_next_char(void)
|
||||
void
|
||||
inp_replace_input(char *input, const char * const new_input, int *size)
|
||||
{
|
||||
int i;
|
||||
|
||||
strcpy(input, new_input);
|
||||
*size = strlen(input);
|
||||
inp_clear();
|
||||
|
Loading…
Reference in New Issue
Block a user