dmx: don't call InitKbdFeedbackClassDeviceStruct - doesn't exist anymore.
InitKeyboardDeviceStruct does the same task now. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
		
							parent
							
								
									63155cf985
								
							
						
					
					
						commit
						9ffc3f280b
					
				| 
						 | 
				
			
			@ -500,9 +500,6 @@ static int dmxDeviceOnOff(DeviceIntPtr pDevice, int what)
 | 
			
		|||
        if (info.proximityClass)   InitProximityClassDeviceStruct(pDevice);
 | 
			
		||||
        if (info.ptrFeedbackClass)
 | 
			
		||||
            InitPtrFeedbackClassDeviceStruct(pDevice, dmxChangePointerControl);
 | 
			
		||||
        if (info.kbdFeedbackClass)
 | 
			
		||||
            InitKbdFeedbackClassDeviceStruct(pDevice, dmxKeyboardBellProc,
 | 
			
		||||
                                             dmxKeyboardKbdCtrlProc);
 | 
			
		||||
        if (info.intFeedbackClass || info.strFeedbackClass)
 | 
			
		||||
            dmxLog(dmxWarning,
 | 
			
		||||
                   "Integer and string feedback not supported for %s\n",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue