diff options
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r-- | src/WinClient.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc index 6a41434..ac84c91 100644 --- a/src/WinClient.cc +++ b/src/WinClient.cc | |||
@@ -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: WinClient.cc,v 1.5 2003/04/27 02:26:21 rathnor Exp $ | 22 | // $Id: WinClient.cc,v 1.6 2003/05/04 23:38:06 rathnor Exp $ |
23 | 23 | ||
24 | #include "WinClient.hh" | 24 | #include "WinClient.hh" |
25 | 25 | ||
@@ -71,8 +71,6 @@ WinClient::~WinClient() { | |||
71 | transient_for = 0; | 71 | transient_for = 0; |
72 | } | 72 | } |
73 | 73 | ||
74 | fluxbox->setFocusedWindow(transient_for); | ||
75 | |||
76 | if (transient_for != 0) { | 74 | if (transient_for != 0) { |
77 | FluxboxWindow::ClientList::iterator client_it = | 75 | FluxboxWindow::ClientList::iterator client_it = |
78 | transientFor()->clientList().begin(); | 76 | transientFor()->clientList().begin(); |