From: John L. <jr...@us...> - 2006-12-04 05:54:44
|
Update of /cvsroot/wxlua/wxLua/modules/wxbindstc/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23310/wxLua/modules/wxbindstc/src Modified Files: wxstc_bind.cpp Log Message: update docs remove unnecessary extern declarations in the cpp binding files Index: wxstc_bind.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbindstc/src/wxstc_bind.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** wxstc_bind.cpp 1 Dec 2006 06:25:47 -0000 1.13 --- wxstc_bind.cpp 4 Dec 2006 05:54:41 -0000 1.14 *************** *** 1493,1501 **** // bind wxLuaBinding_wxstc to a single wxLuaState - extern bool wxLuaBinding_wxstc_bind(const wxLuaState& wxlState); - // initialize wxLuaBinding_wxstc for all wxLuaStates - extern bool wxLuaBinding_wxstc_init(); - - // bind wxLuaBinding_wxstc to a single wxLuaState bool wxLuaBinding_wxstc_bind(const wxLuaState& wxlState_) { --- 1493,1496 ---- |