Delete leenkx/blender/lnx/logicnode/native/LN_detect_mobile_browser.py
This commit is contained in:
		@ -1,10 +0,0 @@
 | 
				
			|||||||
from lnx.logicnode.lnx_nodes import *
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
class DetectMobileBrowserNode(LnxLogicTreeNode):
 | 
					 | 
				
			||||||
	"""Determines the mobile browser or not (works only for web browsers)."""
 | 
					 | 
				
			||||||
	bl_idname = 'LNDetectMobileBrowserNode'
 | 
					 | 
				
			||||||
	bl_label = 'Detect Mobile Browser'
 | 
					 | 
				
			||||||
	lnx_version = 1
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	def lnx_init(self, context):
 | 
					 | 
				
			||||||
		self.add_output('LnxBoolSocket', 'Mobile')
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user