get rid of saver func

SVN revision: 1137
This commit is contained in:
Carsten Haitzler 1999-11-02 10:17:06 +00:00
parent 3a0b11b007
commit 961c5b6447
1 changed files with 0 additions and 2 deletions

View File

@ -412,8 +412,6 @@ int main (int argc, char **argv)
up = imlib_updates_merge_for_rendering(up, w, h);
imlib_render_image_updates_on_drawable(im, up, disp, win, vis, cm,
depth, dith, 0, 0, NULL);
imlib_image_set_has_alpha(im, 1);
imlib_save_image(im, "out.argb");
if ((px != x) || (py != y))
{
Imlib_Updates u;