summaryrefslogtreecommitdiff
path: root/otk/pseudorendercontrol.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-03 07:41:25 +0000
committerDana Jansens <danakj@orodu.net>2003-02-03 07:41:25 +0000
commitafb8a28120b21569934202968283e65a173c3bd8 (patch)
tree39156f1a82487e728e0dbff8c3b9594edf67c9f5 /otk/pseudorendercontrol.hh
parente6bfddf849009bef7bbb75be5147b4a533fa1ad2 (diff)
support pseudocolor and greyscale displays by, using solid colors instead of gradients
Diffstat (limited to 'otk/pseudorendercontrol.hh')
-rw-r--r--otk/pseudorendercontrol.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/otk/pseudorendercontrol.hh b/otk/pseudorendercontrol.hh
index 6d3255ee..a1a12a81 100644
--- a/otk/pseudorendercontrol.hh
+++ b/otk/pseudorendercontrol.hh
@@ -23,9 +23,6 @@ namespace otk {
class PseudoRenderControl : public RenderControl {
private:
- virtual void drawGradientBackground(Surface &sf,
- const RenderTexture &texture) const;
-
public:
PseudoRenderControl(int screen);
virtual ~PseudoRenderControl();