mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Eliminate duplicate entries in GNUmakefile, remove 'blocking' capability in speech recognizer code for now.
This commit is contained in:
parent
a92b030dcb
commit
344a4bbaf8
2 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,6 @@ NSPressGestureRecognizer.m \
|
|||
NSRotationGestureRecognizer.m \
|
||||
NSSharingServicePickerTouchBarItem.m \
|
||||
NSSliderTouchBarItem.m \
|
||||
NSSpeechRecognizer.m \
|
||||
NSStepperTouchBarItem.m \
|
||||
NSTouch.m \
|
||||
NSTouchBar.m \
|
||||
|
@ -149,7 +148,6 @@ NSPressGestureRecognizer.m \
|
|||
NSRotationGestureRecognizer.m \
|
||||
NSSharingServicePickerTouchBarItem.m \
|
||||
NSSliderTouchBarItem.m \
|
||||
NSSpeechRecognizer.m \
|
||||
NSStepperTouchBarItem.m \
|
||||
NSMagnificationGestureRecognizer.m \
|
||||
NSMatrix.m \
|
||||
|
|
|
@ -137,12 +137,14 @@ BOOL _serverLaunchTested = NO;
|
|||
{
|
||||
NS_DURING
|
||||
{
|
||||
/*
|
||||
if ([_speechRecognitionServer isBlocking: [_uuid UUIDString]] == NO)
|
||||
{
|
||||
// If we are not a blocking recognizer, then we are blocked...
|
||||
NSDebugLog(@"Blocked...");
|
||||
return;
|
||||
}
|
||||
*/
|
||||
}
|
||||
NS_HANDLER
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue