1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-11 03:44:15 -04:00

remove cruft from previous implementation

This commit is contained in:
Todd A. Pratt 2015-11-13 13:51:56 -05:00
parent 1199ecc62f
commit 7768f3e520

View File

@ -1,8 +1,6 @@
#ifndef __GUI_ENTRY_H
#define __GUI_ENTRY_H
#define CUTBUFFER_PREPEND 42
typedef struct {
int text_len, text_alloc; /* as shorts, not chars */
unichar *text;