Skip to content

Commit

Permalink
This was done already on #5783, maybe was reintroduced by mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adenilson committed May 8, 2015
1 parent 02cf89f commit 2aa95f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/net/image_cache_task.rs
Expand Up @@ -329,7 +329,6 @@ pub fn new_image_cache_task(resource_task: ResourceTask) -> ImageCacheTask {

// Preload the placeholder image, used when images fail to load.
let mut placeholder_url = resources_dir_path();
// TODO (Savago): replace for a prettier one.
placeholder_url.push("rippy.jpg");
let url = Url::from_file_path(&*placeholder_url).unwrap();
let placeholder_image = match load_whole_resource(&resource_task, url) {
Expand Down

0 comments on commit 2aa95f6

Please sign in to comment.