aboutsummaryrefslogtreecommitdiff
path: root/x11/libxklavier/files/patch-tests-test_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libxklavier/files/patch-tests-test_config.c')
-rw-r--r--x11/libxklavier/files/patch-tests-test_config.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11/libxklavier/files/patch-tests-test_config.c b/x11/libxklavier/files/patch-tests-test_config.c
deleted file mode 100644
index cc374f0b96d2..000000000000
--- a/x11/libxklavier/files/patch-tests-test_config.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- tests/test_config.c.orig Fri Oct 1 21:52:02 2004
-+++ tests/test_config.c Tue Oct 12 18:46:32 2004
-@@ -46,6 +46,7 @@
- const char* layouts = NULL;
- const char* options = NULL;
- int debugLevel = 0;
-+ Display* dpy;
-
- while (1)
- {
-@@ -89,7 +90,7 @@
- exit( 0 );
- }
-
-- Display* dpy = XOpenDisplay( NULL );
-+ dpy = XOpenDisplay( NULL );
- if ( dpy == NULL )
- {
- fprintf( stderr, "Could not open display\n" );