mirror of https://github.com/GNOME/gimp.git
removed unused import.
2007-12-07 Sven Neumann <sven@gimp.org> * libgimpcolor/test-color-parser.c: removed unused import. svn path=/trunk/; revision=24289
This commit is contained in:
parent
da51309673
commit
b28931a384
|
@ -1,3 +1,7 @@
|
|||
2007-12-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpcolor/test-color-parser.c: removed unused import.
|
||||
|
||||
2007-12-07 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/display/gimpdisplayshell-callbacks.c
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <glib-object.h>
|
||||
|
||||
|
@ -25,7 +24,7 @@ typedef struct
|
|||
const gdouble a;
|
||||
} ColorSample;
|
||||
|
||||
static const ColorSample samples[] =
|
||||
static const ColorSample samples[] =
|
||||
{
|
||||
/* sample alpha fail red green blue alpha */
|
||||
|
||||
|
|
Loading…
Reference in New Issue