summaryrefslogtreecommitdiff
path: root/accessibility/gnopernicus/files/patch-srcore_srspc.c
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/gnopernicus/files/patch-srcore_srspc.c')
-rw-r--r--accessibility/gnopernicus/files/patch-srcore_srspc.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/accessibility/gnopernicus/files/patch-srcore_srspc.c b/accessibility/gnopernicus/files/patch-srcore_srspc.c
deleted file mode 100644
index d6d68bb9b37a..000000000000
--- a/accessibility/gnopernicus/files/patch-srcore_srspc.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- srcore/srspc.c.orig Sun May 8 01:10:29 2005
-+++ srcore/srspc.c Sun May 8 01:10:37 2005
-@@ -1531,8 +1531,8 @@ src_timeout_start_speech (gpointer data)
- static void
- src_restart_speech ()
- {
-- g_printerr ("\nRestarting speech.\n");
- gboolean use_speech = FALSE;
-+ g_printerr ("\nRestarting speech.\n");
- SET_SRCORE_CONFIG_DATA (SRCORE_SPEECH_ACTIVE, CFGT_BOOL, &use_speech);
- g_timeout_add (SRC_SPEECH_RESTART_TIMEOUT, src_timeout_start_speech, NULL);
- }