summaryrefslogtreecommitdiff
path: root/src/frame.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.hh')
-rw-r--r--src/frame.hh5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/frame.hh b/src/frame.hh
index a36a6eec..b204567e 100644
--- a/src/frame.hh
+++ b/src/frame.hh
@@ -70,10 +70,7 @@ private:
//! Reparents the client window from the root window onto the frame
void grabClient();
//! Reparents the client window back to the root window
- /*!
- @param remap Re-map the client window when we're done reparenting?
- */
- void releaseClient(bool remap);
+ void releaseClient();
public:
//! Constructs an OBFrame object, and reparents the client to itself