drop struct text_object field pair, since it got unused due to latest commits
authorPhil Sutter <phil@nwl.cc>
Sun, 25 Oct 2009 21:58:04 +0000 (22:58 +0100)
committerPhil Sutter <phil@nwl.cc>
Tue, 3 Nov 2009 22:23:23 +0000 (23:23 +0100)
src/text_object.h

index 588c8e5..fc1a9c9 100644 (file)
@@ -443,11 +443,6 @@ struct text_object {
                        int i;
                        char *str;
                } ifblock;
-
-               struct {
-                       int a, b;
-               } pair;                 /* 2 */
-
        } data;
 
        void *special_data;