Remove the now useless change tracking code

This commit is contained in:
Kovid Goyal
2017-09-08 18:41:04 +05:30
parent 906937149e
commit f5dbe36cf3
6 changed files with 48 additions and 400 deletions

View File

@@ -114,7 +114,6 @@ PyInit_fast_data_types(void) {
if (!init_Timers(m)) return NULL;
if (!init_ChildMonitor(m)) return NULL;
if (!init_ColorProfile(m)) return NULL;
if (!init_ChangeTracker(m)) return NULL;
if (!init_Screen(m)) return NULL;
if (!add_module_gl_constants(m)) return NULL;
if (!init_glfw(m)) return NULL;