diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/cwm/xutil.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/cwm/xutil.c b/app/cwm/xutil.c index 3b4845e91..b0b11fd59 100644 --- a/app/cwm/xutil.c +++ b/app/cwm/xutil.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: xutil.c,v 1.12 2009/01/23 20:04:30 oga Exp $ + * $Id: xutil.c,v 1.13 2009/01/23 20:07:20 oga Exp $ */ #include "headers.h" @@ -178,7 +178,6 @@ char *atoms[CWM_NO_ATOMS] = { "_MOTIF_WM_HINTS" }; - void xu_getatoms(void) { |