From: Dave Foster Date: Sat, 23 Aug 2008 04:28:40 +0000 (-0400) Subject: Needless externs. X-Git-Tag: mikabox-3.4.7.2~29^2~1 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f5bc9a399ddc501388e08525f9072499497dfbaa;p=mikachu%2Fopenbox.git Needless externs. --- diff --git a/openbox/client.c b/openbox/client.c index 749527dd..810245ad 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -55,8 +55,6 @@ #include #include -extern guint config_window_margin; - /*! The event mask to grab on client windows */ #define CLIENT_EVENTMASK (PropertyChangeMask | StructureNotifyMask | \ ColormapChangeMask) diff --git a/openbox/resist.c b/openbox/resist.c index f6823d3c..0db49fa3 100644 --- a/openbox/resist.c +++ b/openbox/resist.c @@ -28,8 +28,6 @@ #include -extern guint config_window_margin; - static gboolean resist_move_window(Rect window, Rect target, gint resist, gint *x, gint *y)