diff options
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, |