From d9ec45b25ded233877ad3d415b90a9e645215032 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sun, 25 Oct 2009 22:58:04 +0100 Subject: [PATCH] drop struct text_object field pair, since it got unused due to latest commits --- src/text_object.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/text_object.h b/src/text_object.h index 588c8e51..fc1a9c96 100644 --- a/src/text_object.h +++ b/src/text_object.h @@ -443,11 +443,6 @@ struct text_object { int i; char *str; } ifblock; - - struct { - int a, b; - } pair; /* 2 */ - } data; void *special_data;