[Xfce4-commits] [xfce/xfwm4] 01/01: compositor: Remove unused variables
noreply at xfce.org
noreply at xfce.org
Thu May 16 22:35:14 CEST 2019
This is an automated email from the git hooks/post-receive script.
o l i v i e r p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfwm4.
commit 36cf8df0db8c41fb1f413011379381fc139ad0f7
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Thu May 16 22:34:42 2019 +0200
compositor: Remove unused variables
Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
src/compositor.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/compositor.c b/src/compositor.c
index 066f93d..5462c4c 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -104,10 +104,6 @@
#define MONITOR_ROOT_PIXMAP 1
#endif /* MONITOR_ROOT_PIXMAP */
-#ifdef HAVE_PRESENT_EXTENSION
-static int (*default_error_handler) (Display *, XErrorEvent *);
-#endif /* HAVE_PRESENT_EXTENSION */
-
typedef struct _CWindow CWindow;
struct _CWindow
{
@@ -1690,7 +1686,6 @@ static void
present_error (ScreenInfo *screen_info, int error_code)
{
char buf[64];
- GSList *screens;
XGetErrorText (myScreenGetXDisplay (screen_info), error_code, buf, 63);
g_warning ("Dismissing XPresent as unusable, error %i (%s)", error_code, buf);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list