From: ayin Date: Thu, 20 Dec 2007 13:24:42 +0000 (+0000) Subject: Remove unneeded forward declarations. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=2bf149f042703fc8e5ed003de2e16514d31401a2;p=dana%2Furxvt.git Remove unneeded forward declarations. --- 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;