--- slim-1.2.5/switchuser.cpp.orig 2006-08-18 14:06:31.000000000 +0900 +++ slim-1.2.5/switchuser.cpp 2006-08-18 14:15:10.000000000 +0900 @@ -14,9 +14,6 @@ using namespace std; SwitchUser::SwitchUser(struct passwd *pw, Cfg *c, const string& display) - : Pw(pw), - cfg(c), - displayName(display) { }