diff options
author | Adenilson Cavalcanti <cavalcantii@gmail.com> | 2015-05-08 11:39:02 -0700 |
---|---|---|
committer | Adenilson Cavalcanti <cavalcantii@gmail.com> | 2015-05-08 11:39:02 -0700 |
commit | 2aa95f692832f03515ae57f6d12c83178e4fe2b0 (patch) | |
tree | 5d930f9e38b64590b0032ddc2520a7a46daaed94 /components/net/image_cache_task.rs | |
parent | 02cf89f4d3fb991a27ecbaf8d3cafe5722750cc6 (diff) | |
download | servo-2aa95f692832f03515ae57f6d12c83178e4fe2b0.tar.gz servo-2aa95f692832f03515ae57f6d12c83178e4fe2b0.zip |
This was done already on #5783, maybe was reintroduced by mistake.
Diffstat (limited to 'components/net/image_cache_task.rs')
-rw-r--r-- | components/net/image_cache_task.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/net/image_cache_task.rs b/components/net/image_cache_task.rs index b0b488386bf..6d4bd61561a 100644 --- a/components/net/image_cache_task.rs +++ b/components/net/image_cache_task.rs @@ -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) { |