Removed any loadPath field reference (removed from tModInfoWelcomeIn)

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@774 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: f5933ccc53037d344d630d138a3cdea3a59ca5ec
Former-commit-id: 9abb2bdcab34f78e2c865666c3278dd7592dad47
This commit is contained in:
pouillot 2009-02-22 17:42:19 +00:00
parent e96c90c48d
commit 318cfa3db7

View file

@ -91,7 +91,6 @@ modLoadSsggraph(const char *soPath, tModList **modlist)
welcomeIn.itfVerMajor = 1;
welcomeIn.itfVerMinor = 0;
welcomeIn.name = soName;
welcomeIn.loadPath = soDir;
/* 2) Prepare a place for the module-given information */
tModWelcomeOut welcomeOut;