Fixup atari thumbnail creation function parameters

Missed this frontend in previous commit.
This commit is contained in:
Vincent Sanders 2015-03-15 00:14:58 +00:00
parent 8a99b045bc
commit 8657bc563a

View File

@ -16,11 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "utils/nsurl.h"
#include "desktop/thumbnail.h" #include "desktop/thumbnail.h"
bool thumbnail_create(struct hlcache_handle *content, struct bitmap *bitmap, bool thumbnail_create(struct hlcache_handle *content, struct bitmap *bitmap)
nsurl *url)
{ {
return false; return false;
} }