diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-16 12:54:07 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-16 12:54:07 (GMT) |
commit | 38654bae459716409ad2ee7975671fc2f131c869 (patch) | |
tree | 6f2f3c662f8317f47a422db02d17bff378266817 /src/FbTk/FbWindow.hh | |
parent | 06837ba8642b8a126de92f60ae05d5f84bba8bfe (diff) | |
download | fluxbox-38654bae459716409ad2ee7975671fc2f131c869.zip fluxbox-38654bae459716409ad2ee7975671fc2f131c869.tar.bz2 |
some cleanup
Diffstat (limited to 'src/FbTk/FbWindow.hh')
-rw-r--r-- | src/FbTk/FbWindow.hh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/FbTk/FbWindow.hh b/src/FbTk/FbWindow.hh index f212e50..a80a5b0 100644 --- a/src/FbTk/FbWindow.hh +++ b/src/FbTk/FbWindow.hh | |||
@@ -137,10 +137,7 @@ public: | |||
137 | void setInputFocus(int revert_to, int time); | 137 | void setInputFocus(int revert_to, int time); |
138 | /// defines a cursor for this window | 138 | /// defines a cursor for this window |
139 | void setCursor(Cursor cur); | 139 | void setCursor(Cursor cur); |
140 | #ifdef NOT_USED | 140 | |
141 | /// uses the parents cursor instead | ||
142 | void unsetCursor(); | ||
143 | #endif | ||
144 | void reparent(const FbWindow &parent, int x, int y, bool continuing = true); | 141 | void reparent(const FbWindow &parent, int x, int y, bool continuing = true); |
145 | 142 | ||
146 | bool property(Atom property, | 143 | bool property(Atom property, |