diff options
author | markt <markt> | 2006-07-01 02:56:46 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-01 02:56:46 (GMT) |
commit | 698539d9b9012bb6c282725e775e358c1bd4a281 (patch) | |
tree | 2e4fae2776b7384058addbcfdbf2cc22605a3885 /src/FbTk/FbDrawable.cc | |
parent | a14c322dcbbc7330b6933230168d34411f7ac63b (diff) | |
download | fluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.zip fluxbox-698539d9b9012bb6c282725e775e358c1bd4a281.tar.bz2 |
more dead functions
Diffstat (limited to 'src/FbTk/FbDrawable.cc')
-rw-r--r-- | src/FbTk/FbDrawable.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/FbDrawable.cc b/src/FbTk/FbDrawable.cc index 15ebb7f..061da0b 100644 --- a/src/FbTk/FbDrawable.cc +++ b/src/FbTk/FbDrawable.cc | |||
@@ -89,11 +89,13 @@ void FbDrawable::fillPolygon(GC gc, XPoint *points, int npoints, | |||
89 | shape, mode); | 89 | shape, mode); |
90 | } | 90 | } |
91 | 91 | ||
92 | #ifdef NOT_USED | ||
92 | void FbDrawable::drawPoint(GC gc, int x, int y) { | 93 | void FbDrawable::drawPoint(GC gc, int x, int y) { |
93 | if (drawable() == 0 || gc == 0) | 94 | if (drawable() == 0 || gc == 0) |
94 | return; | 95 | return; |
95 | XDrawPoint(s_display, drawable(), gc, x, y); | 96 | XDrawPoint(s_display, drawable(), gc, x, y); |
96 | } | 97 | } |
98 | #endif | ||
97 | 99 | ||
98 | XImage *FbDrawable::image(int x, int y, unsigned int width, unsigned int height) const { | 100 | XImage *FbDrawable::image(int x, int y, unsigned int width, unsigned int height) const { |
99 | return XGetImage(s_display, drawable(), | 101 | return XGetImage(s_display, drawable(), |