# HG changeset patch # User benoitrigolleau # Date 1214233391 0 # Node ID c04e768639cff7589addf029d73f74265d3d0de9 # Parent 4993b61257ce6691d6619e042583a9b0933d52ce diff -r 4993b61257ce -r c04e768639cf sv/main/main.cpp --- a/sv/main/main.cpp Fri Jun 20 15:36:06 2008 +0000 +++ b/sv/main/main.cpp Mon Jun 23 15:03:11 2008 +0000 @@ -22,7 +22,6 @@ #include "base/Preferences.h" #include "widgets/TipDialog.h" #include "widgets/EasaierStyle.h" -#include "widgets/SpeechRecognitionUI.h" #include #include @@ -298,11 +297,6 @@ splash->finish(&gui); delete splash; - SpeechRecognitionUI truc2; - truc2.show(); - - - bool haveSession = false; bool haveMainModel = false;