strip quites off buildinfo at startup (was doing this for splash screen and python api)

This commit is contained in:
2010-03-14 17:18:36 +00:00
parent 128ecc7e82
commit e3c746659e
5 changed files with 44 additions and 53 deletions

View File

@@ -526,12 +526,6 @@ int BPY_run_python_script_space(const char *modulename, const char *func)
}
#endif
// #define TIME_REGISTRATION
#ifdef TIME_REGISTRATION
//(INCLUDE_LINT)#include "PIL_time.h"
#endif
int BPY_button_eval(bContext *C, char *expr, double *value)
{