GtkIconTheme: Drop an unused function
This commit is contained in:
		 Matthias Clasen
					Matthias Clasen
				
			
				
					committed by
					
						 Jasper St. Pierre
						Jasper St. Pierre
					
				
			
			
				
	
			
			
			 Jasper St. Pierre
						Jasper St. Pierre
					
				
			
						parent
						
							2472cf22db
						
					
				
				
					commit
					240daf55a1
				
			| @ -4096,15 +4096,6 @@ gtk_icon_info_load_icon_finish (GtkIconInfo   *icon_info, | ||||
|   return gtk_icon_info_load_icon (icon_info, error); | ||||
| } | ||||
|  | ||||
| static gchar * | ||||
| gdk_color_to_css (GdkColor *color) | ||||
| { | ||||
|   return g_strdup_printf ("rgb(%d,%d,%d)", | ||||
|                           color->red >> 8, | ||||
|                           color->green >> 8, | ||||
|                           color->blue >> 8); | ||||
| } | ||||
|  | ||||
| static void | ||||
| proxy_symbolic_pixbuf_destroy (guchar   *pixels, | ||||
|                                gpointer  data) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user