diff --git a/client.cpp b/client.cpp index e6ea712190..3a491f4d1a 100644 --- a/client.cpp +++ b/client.cpp @@ -81,7 +81,6 @@ static void sendClientMessage(Window w, Atom a, long x){ WindowWrapper::WindowWrapper( WId w, Client *parent, const char* name) : QWidget( parent, name ) { - setBackgroundColor( red ); win = w; setMouseTracking( TRUE );