aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-02-23 01:08:09 (GMT)
committerfluxgen <fluxgen>2003-02-23 01:08:09 (GMT)
commit748467ac49f37e18b04de32a9f069dc78df5d450 (patch)
treecb918685c0723e3ddf16a5db168e1029f3dd415d
parent0ff94f1c8f53d661f83aad343b9010b8a95de8d4 (diff)
downloadfluxbox-748467ac49f37e18b04de32a9f069dc78df5d450.zip
fluxbox-748467ac49f37e18b04de32a9f069dc78df5d450.tar.bz2
removed old function
-rw-r--r--src/Window.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 5535c6e..b8dc179 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.hh,v 1.51 2003/02/22 15:10:43 rathnor Exp $ 25// $Id: Window.hh,v 1.52 2003/02/23 01:08:09 fluxgen Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -224,7 +224,6 @@ public:
224 const FluxboxWindow *getTransientFor() const { return client.transient_for; } 224 const FluxboxWindow *getTransientFor() const { return client.transient_for; }
225 FluxboxWindow *getTransientFor() { return client.transient_for; } 225 FluxboxWindow *getTransientFor() { return client.transient_for; }
226 226
227 Window getFrameWindow() const { return m_frame.window().window(); }
228 Window getClientWindow() const { return client.window; } 227 Window getClientWindow() const { return client.window; }
229 228
230 FbTk::FbWindow &getFbWindow() { return m_frame.window(); } 229 FbTk::FbWindow &getFbWindow() { return m_frame.window(); }