summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-24 17:01:40 +0000
committerDana Jansens <danakj@orodu.net>2007-03-24 17:01:40 +0000
commit4c2b16e72d8b62addbf1aff0600ee2a77f22ec70 (patch)
tree237c7b90873eda1c7d33803d93aa5a3c12a425e5 /openbox/client.h
parentaf47a406171a280f7d19a5d5d870b2d810b48ef5 (diff)
kill window title numbering...
probably it was a dumb idea all along. you're not picking the numbers yourself and you're probably not remembering which window they apply to and the focus indicator thinger is much more clever than numbers
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 5a1e1652..53a318e0 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -114,9 +114,6 @@ struct _ObClient
/*! Normal window title */
gchar *title;
- /*! The count for the title. When another window with the same title
- exists, a count will be appended to it. */
- guint title_count;
/*! Window title when iconified */
gchar *icon_title;