mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02:00
remove cruft from previous implementation
This commit is contained in:
parent
1199ecc62f
commit
7768f3e520
1 changed files with 0 additions and 2 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
#ifndef __GUI_ENTRY_H
|
#ifndef __GUI_ENTRY_H
|
||||||
#define __GUI_ENTRY_H
|
#define __GUI_ENTRY_H
|
||||||
|
|
||||||
#define CUTBUFFER_PREPEND 42
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int text_len, text_alloc; /* as shorts, not chars */
|
int text_len, text_alloc; /* as shorts, not chars */
|
||||||
unichar *text;
|
unichar *text;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue