summaryrefslogtreecommitdiff
path: root/openbox/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/window.c')
-rw-r--r--openbox/window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/window.c b/openbox/window.c
index f094602c..e13638e0 100644
--- a/openbox/window.c
+++ b/openbox/window.c
@@ -76,7 +76,6 @@ ObStackingLayer window_layer(ObWindow *self)
ObWindow* window_find(Window xwin)
{
- g_assert(xwin != None);
return g_hash_table_lookup(window_map, &xwin);
}