src/w32gui.h (XParseGeometry): Do not declare.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 20 Sep 2012 01:02:21 +0000 (03:02 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 20 Sep 2012 01:02:21 +0000 (03:02 +0200)
src/ChangeLog
src/w32gui.h

index e8827c2..2ee57d8 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32gui.h (XParseGeometry): Do not declare.
+
 2012-09-19  Paul Eggert  <eggert@cs.ucla.edu>
 
        * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.
index 1ea185b..0da8de9 100644 (file)
@@ -118,9 +118,6 @@ extern int nCmdShow;
 #define PBaseSize      (1L << 8) /* program specified base for incrementing */
 #define PWinGravity    (1L << 9) /* program specified window gravity */
 
-extern int XParseGeometry (char *, int *, int *, unsigned *, unsigned *);
-
-
 typedef struct {
     int x, y;
     unsigned width, height;