dunno why there were two of those

SVN revision: 3942
This commit is contained in:
Tom Gilbert 2000-12-02 18:57:46 +00:00
parent a33bf8aa22
commit 975f0b4c65
1 changed files with 0 additions and 1 deletions

View File

@ -1212,7 +1212,6 @@ imlib_clone_image(void)
memcpy(im->data, im_old->data, im->w * im->h * sizeof(DATA32));
im->flags = im_old->flags;
SET_FLAG(im->flags, F_UNCACHEABLE);
SET_FLAG(im->flags, F_UNCACHEABLE);
im->moddate = im_old->moddate;
im->border = im_old->border;
im->loader = im_old->loader;