diff options
| author | Ted Gould <ted@gould.cx> | 2007-09-19 05:51:51 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-09-19 05:51:51 +0000 |
| commit | 7f37fd5c3a36a3932c33ed4cf1b88b44f2e58bef (patch) | |
| tree | 39010abeba82af91910208dceb6bda1b3fe0b79f /src/extension/internal/bitmap/flop.h | |
| parent | Move more dialog event handling into Dialog class, work in progress on (diff) | |
| download | inkscape-7f37fd5c3a36a3932c33ed4cf1b88b44f2e58bef.tar.gz inkscape-7f37fd5c3a36a3932c33ed4cf1b88b44f2e58bef.zip | |
r16593@tres: ted | 2007-09-18 09:16:31 -0700
Commenting out convolve completely and removing flop.
(bzr r3768)
Diffstat (limited to 'src/extension/internal/bitmap/flop.h')
| -rw-r--r-- | src/extension/internal/bitmap/flop.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/extension/internal/bitmap/flop.h b/src/extension/internal/bitmap/flop.h deleted file mode 100644 index d996396ea..000000000 --- a/src/extension/internal/bitmap/flop.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (C) 2007 Authors: - * Christopher Brown <audiere@gmail.com> - * Ted Gould <ted@gould.cx> - * - * Released under GNU GPL, read the file 'COPYING' for more information - */ - -#include "imagemagick.h" - -namespace Inkscape { -namespace Extension { -namespace Internal { -namespace Bitmap { - -class Flop : public ImageMagick -{ -public: - void applyEffect(Magick::Image *image); - void refreshParameters(Inkscape::Extension::Effect *module); - static void init (void); -}; - -}; /* namespace Bitmap */ -}; /* namespace Internal */ -}; /* namespace Extension */ -}; /* namespace Inkscape */ |
