app/libgimp*: remove stuff found by -Wunused-but-set-variable

This commit is contained in:
Michael Natterer
2011-05-01 23:23:19 +02:00
parent 092e26935b
commit c35ff719a7
40 changed files with 111 additions and 288 deletions

View File

@ -669,9 +669,6 @@ palette_editor_entry_selected (GimpPaletteView *view,
GimpPaletteEditor *editor)
{
GimpDataEditor *data_editor = GIMP_DATA_EDITOR (editor);
GimpPalette *palette;
palette = GIMP_PALETTE (data_editor->data);
if (editor->color != entry)
{