From b96b36f43de3e2f8b58d5f539daa6f6d47f25870 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 25 Jun 2008 16:43:48 +0000 Subject: removed src for 2.9 --- src/GF/System/SpeechInput.hs | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/GF/System/SpeechInput.hs (limited to 'src/GF/System/SpeechInput.hs') diff --git a/src/GF/System/SpeechInput.hs b/src/GF/System/SpeechInput.hs deleted file mode 100644 index 6c2374473..000000000 --- a/src/GF/System/SpeechInput.hs +++ /dev/null @@ -1,27 +0,0 @@ -{-# OPTIONS -cpp #-} - ----------------------------------------------------------------------- --- | --- Module : GF.System.SpeechInput --- Maintainer : BB --- Stability : (stable) --- Portability : (portable) --- --- > CVS $Date: 2005/05/10 15:04:01 $ --- > CVS $Author: bringert $ --- > CVS $Revision: 1.2 $ --- --- Uses the right speech recognition library for speech input. ------------------------------------------------------------------------------ - -module GF.System.SpeechInput (recognizeSpeech) where - -#ifdef USE_ATK - -import GF.System.ATKSpeechInput (recognizeSpeech) - -#else - -import GF.System.NoSpeechInput (recognizeSpeech) - -#endif -- cgit v1.2.3