Skip to content

Commit

Permalink
Remove some comments, too obvious, just more text to update
Browse files Browse the repository at this point in the history
Change-Id: I50d3475775b88343f4a0931cb6f7ec87b4d60340
  • Loading branch information
rvsjoen committed Jul 26, 2011
1 parent 2d35171 commit 0a6eccd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion libraries/joomla/media/image/grayscale.php
Expand Up @@ -37,7 +37,6 @@ function execute($handle)
throw new MediaException();
}

// Perform grayscale filter.
imagefilter($handle, IMG_FILTER_GRAYSCALE);
}
}
1 change: 0 additions & 1 deletion libraries/joomla/media/image/sketchy.php
Expand Up @@ -37,7 +37,6 @@ function execute($handle)
throw new MediaException();
}

// Perform sketchy filter.
imagefilter($handle, IMG_FILTER_MEAN_REMOVAL);
}
}

0 comments on commit 0a6eccd

Please sign in to comment.