e_client: Remove self assignment from e_comp

Hopefully the last one of these self assignments.

CID 1291840
This commit is contained in:
Stefan Schmidt 2015-04-16 16:55:47 +02:00
parent 566b91322f
commit 83572a3edb
1 changed files with 0 additions and 1 deletions

View File

@ -2432,7 +2432,6 @@ e_client_new(E_Pixmap *cp, int first_map, int internal)
ec->w = 1;
ec->h = 1;
ec->internal = internal;
e_comp = e_comp;
ec->pixmap = cp;
e_pixmap_client_set(cp, ec);