summaryrefslogtreecommitdiff
path: root/src/manage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/manage.c')
-rw-r--r--src/manage.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/manage.c b/src/manage.c
index 28e6ab3..1be4e7a 100644
--- a/src/manage.c
+++ b/src/manage.c
@@ -192,9 +192,6 @@ update_window_name (rp_window *win)
{
char *newstr;
- /* Don't overwrite the window name if the user specified one. */
-/* if (win->named) return 0; */
-
newstr = get_wmname (win->w);
if (newstr != NULL)
{