diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 0c775d3994f..0140d856790 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -1487,7 +1487,6 @@ Returns an alist of the form ((top . TOP), (left . LEFT) ... ).") | |||
| 1487 | unsigned int width, height; | 1487 | unsigned int width, height; |
| 1488 | Lisp_Object values[4]; | 1488 | Lisp_Object values[4]; |
| 1489 | 1489 | ||
| 1490 | check_x (); | ||
| 1491 | CHECK_STRING (string, 0); | 1490 | CHECK_STRING (string, 0); |
| 1492 | 1491 | ||
| 1493 | geometry = XParseGeometry ((char *) XSTRING (string)->data, | 1492 | geometry = XParseGeometry ((char *) XSTRING (string)->data, |