From: John L. <jr...@us...> - 2006-12-04 05:54:44
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23310/wxLua/modules/wxbind/src Modified Files: wx_bind.cpp Log Message: update docs remove unnecessary extern declarations in the cpp binding files Index: wx_bind.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/wx_bind.cpp,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** wx_bind.cpp 1 Dec 2006 06:25:46 -0000 1.63 --- wx_bind.cpp 4 Dec 2006 05:54:40 -0000 1.64 *************** *** 6367,6375 **** // bind wxLuaBinding_wx to a single wxLuaState - extern bool wxLuaBinding_wx_bind(const wxLuaState& wxlState); - // initialize wxLuaBinding_wx for all wxLuaStates - extern bool wxLuaBinding_wx_init(); - - // bind wxLuaBinding_wx to a single wxLuaState bool wxLuaBinding_wx_bind(const wxLuaState& wxlState_) { --- 6367,6370 ---- |