diff options
-rw-r--r-- | src/FbWinFrame.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh index ac14b39..c0919b4 100644 --- a/src/FbWinFrame.hh +++ b/src/FbWinFrame.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbWinFrame.hh,v 1.27 2003/12/18 18:03:21 fluxgen Exp $ | 22 | // $Id: FbWinFrame.hh,v 1.28 2004/01/02 13:25:55 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBWINFRAME_HH | 24 | #ifndef FBWINFRAME_HH |
25 | #define FBWINFRAME_HH | 25 | #define FBWINFRAME_HH |
@@ -108,8 +108,6 @@ public: | |||
108 | /// which button is to be rendered focused | 108 | /// which button is to be rendered focused |
109 | void setLabelButtonFocus(FbTk::TextButton &btn); | 109 | void setLabelButtonFocus(FbTk::TextButton &btn); |
110 | /// attach a client window for client area | 110 | /// attach a client window for client area |
111 | void setClientWindow(Window win); | ||
112 | /// same as above but with FbWindow | ||
113 | void setClientWindow(FbTk::FbWindow &win); | 111 | void setClientWindow(FbTk::FbWindow &win); |
114 | /// remove attached client window | 112 | /// remove attached client window |
115 | void removeClient(); | 113 | void removeClient(); |