From 2bf149f042703fc8e5ed003de2e16514d31401a2 Mon Sep 17 00:00:00 2001 From: ayin Date: Thu, 20 Dec 2007 13:24:42 +0000 Subject: [PATCH] Remove unneeded forward declarations. --- src/rxvtlib.h.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rxvtlib.h.in b/src/rxvtlib.h.in index e80b1a80..aab9747d 100644 --- a/src/rxvtlib.h.in +++ b/src/rxvtlib.h.in @@ -32,9 +32,7 @@ extern "C" { struct rxvt_fontset; struct rxvt_color; -struct rxvt_vars; /* defined later on */ struct rxvt_term; -struct rxvt_im; struct rxvt_drawable; typedef struct rxvt_term *rxvt_t; -- 2.34.1