From f5bc9a399ddc501388e08525f9072499497dfbaa Mon Sep 17 00:00:00 2001 From: Dave Foster Date: Sat, 23 Aug 2008 00:28:40 -0400 Subject: [PATCH] Needless externs. --- openbox/client.c | 2 -- openbox/resist.c | 2 -- 2 files changed, 4 deletions(-) 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) -- 2.34.1