Removed most of the image id system. They're still used with pdb.

At quick glance, nothing seems to be broken, but if things weird
	out, blame me.

	Now just the same for layers, channels and displays...
This commit is contained in:
Lauri Alanko
1998-06-29 00:24:44 +00:00
parent 7a4579dbf2
commit faeaa7cc23
144 changed files with 885 additions and 1019 deletions

View File

@ -983,9 +983,9 @@ dialogs_lc_cmd_callback (GtkWidget *widget,
gdisp = gdisplay_active ();
if (gdisp == NULL)
lc_dialog_create (-1);
lc_dialog_create (NULL);
else
lc_dialog_create (gdisp->gimage->ID);
lc_dialog_create (gdisp->gimage);
}
void
@ -996,7 +996,7 @@ dialogs_indexed_palette_cmd_callback (GtkWidget *widget,
gdisp = gdisplay_active ();
indexed_palette_create (gdisp->gimage->ID);
indexed_palette_create (gdisp->gimage);
}
void