diff options
| author | John Bintz <me@johnbintz.com> | 2007-04-25 22:52:27 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2007-04-25 22:52:27 +0000 |
| commit | 5c6d1acd44119651c66f4310d03621338e5b1be2 (patch) | |
| tree | c8b463fab0ab6279c2d2f23e0a04c4aa220d0cd9 /src/flood-context.cpp | |
| parent | a better way to start rubberband (diff) | |
| download | inkscape-5c6d1acd44119651c66f4310d03621338e5b1be2.tar.gz inkscape-5c6d1acd44119651c66f4310d03621338e5b1be2.zip | |
Set up toolbox so that paint bucket defaults can be reset
(bzr r2963)
Diffstat (limited to 'src/flood-context.cpp')
| -rw-r--r-- | src/flood-context.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/flood-context.cpp b/src/flood-context.cpp index dbfc6df8e..3b7cc8d74 100644 --- a/src/flood-context.cpp +++ b/src/flood-context.cpp @@ -238,17 +238,6 @@ inline unsigned char * get_pixel(guchar *px, int x, int y, int width) { return px + (x + y * width) * 4; } -enum PaintBucketChannels { - FLOOD_CHANNELS_RGB, - FLOOD_CHANNELS_R, - FLOOD_CHANNELS_G, - FLOOD_CHANNELS_B, - FLOOD_CHANNELS_H, - FLOOD_CHANNELS_S, - FLOOD_CHANNELS_L, - FLOOD_CHANNELS_ALPHA -}; - GList * flood_channels_dropdown_items_list() { GList *glist = NULL; |
