diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xfns.c b/src/xfns.c index 47aa19607f6..0ce1e73397f 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -4576,7 +4576,6 @@ On MS Windows, this just returns nil. */) | |||
| 4576 | Return false if and only if the workarea information cannot be | 4576 | Return false if and only if the workarea information cannot be |
| 4577 | obtained via the _NET_WORKAREA root window property. */ | 4577 | obtained via the _NET_WORKAREA root window property. */ |
| 4578 | 4578 | ||
| 4579 | #ifndef HAVE_GTK3 | ||
| 4580 | static bool | 4579 | static bool |
| 4581 | x_get_net_workarea (struct x_display_info *dpyinfo, XRectangle *rect) | 4580 | x_get_net_workarea (struct x_display_info *dpyinfo, XRectangle *rect) |
| 4582 | { | 4581 | { |
| @@ -4634,7 +4633,6 @@ x_get_net_workarea (struct x_display_info *dpyinfo, XRectangle *rect) | |||
| 4634 | 4633 | ||
| 4635 | return result; | 4634 | return result; |
| 4636 | } | 4635 | } |
| 4637 | #endif | ||
| 4638 | 4636 | ||
| 4639 | #ifndef USE_GTK | 4637 | #ifndef USE_GTK |
| 4640 | 4638 | ||