Remove unused method
This commit is contained in:
		
							parent
							
								
									c5c717ddd1
								
							
						
					
					
						commit
						4f73b03d36
					
				
					 1 changed files with 0 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -572,15 +572,6 @@ def load_iconset(path, pixbuf2=None, transport=False):
 | 
			
		|||
                    'offline', 'error', 'requested', 'event', 'not in roster')
 | 
			
		||||
    return _load_icon_list(list_, path, pixbuf2)
 | 
			
		||||
 | 
			
		||||
def load_icon(icon_name):
 | 
			
		||||
    """
 | 
			
		||||
    Load an icon from the iconset in 16x16
 | 
			
		||||
    """
 | 
			
		||||
    iconset = app.config.get('iconset')
 | 
			
		||||
    path = os.path.join(helpers.get_iconset_path(iconset), '16x16', '')
 | 
			
		||||
    icon_list = _load_icon_list([icon_name], path)
 | 
			
		||||
    return icon_list[icon_name]
 | 
			
		||||
 | 
			
		||||
def load_mood_icon(icon_name):
 | 
			
		||||
    """
 | 
			
		||||
    Load an icon from the mood iconset in 16x16
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue