remove all python api functions deprecated in 2.49
This commit is contained in:
		@@ -107,25 +107,6 @@ public:
 | 
			
		||||
	/* Python interface ---------------------------------------------------- */
 | 
			
		||||
	/* --------------------------------------------------------------------- */
 | 
			
		||||
 | 
			
		||||
	//Deprecated functions ----->
 | 
			
		||||
	/** 1. GetKey : check which key this sensor looks at */
 | 
			
		||||
	KX_PYMETHOD_DOC_NOARGS(SCA_KeyboardSensor,GetKey);
 | 
			
		||||
	/** 2. SetKey: change the key to look at */
 | 
			
		||||
	KX_PYMETHOD_DOC_VARARGS(SCA_KeyboardSensor,SetKey);
 | 
			
		||||
	/** 3. GetHold1 : set the first bucky bit */
 | 
			
		||||
	KX_PYMETHOD_DOC_NOARGS(SCA_KeyboardSensor,GetHold1);
 | 
			
		||||
	/** 4. SetHold1: change the first bucky bit */
 | 
			
		||||
	KX_PYMETHOD_DOC_VARARGS(SCA_KeyboardSensor,SetHold1);
 | 
			
		||||
	/** 5. GetHold2 : set the second bucky bit */
 | 
			
		||||
	KX_PYMETHOD_DOC_NOARGS(SCA_KeyboardSensor,GetHold2);
 | 
			
		||||
	/** 6. SetHold2: change the second bucky bit */
 | 
			
		||||
	KX_PYMETHOD_DOC_VARARGS(SCA_KeyboardSensor,SetHold2);
 | 
			
		||||
	/** 9. GetPressedKeys: */
 | 
			
		||||
	KX_PYMETHOD_DOC_NOARGS(SCA_KeyboardSensor,GetPressedKeys); 
 | 
			
		||||
	/** 9. GetCurrrentlyPressedKeys: */
 | 
			
		||||
	KX_PYMETHOD_DOC_NOARGS(SCA_KeyboardSensor,GetCurrentlyPressedKeys); 
 | 
			
		||||
	// <------
 | 
			
		||||
	
 | 
			
		||||
	// KeyEvents: 
 | 
			
		||||
	KX_PYMETHOD_DOC_NOARGS(SCA_KeyboardSensor,getEventList); 
 | 
			
		||||
	// KeyStatus: 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user