Removed some sample test data that I had left hardcoded in the source

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2004-05-12 16:37:13 +00:00
parent a21c0aaa95
commit 44ca6244ea

View File

@@ -1027,7 +1027,7 @@ void Ccontact::Initialize()
IsDeveloper = FALSE;
Contributions = 0;
LinesOfCode = 0L;
wxStrcpy(Picture,"\xff\x01\xff\x02\xff\x03\xff\x04\xff\x05");
Picture[0] = 0;
} // Ccontact::Initialize