fix for G,G causing vertex slide in UV/Image window, also comment unused defines/enums.

This commit is contained in:
2013-01-24 08:49:40 +00:00
parent 59a187b338
commit 69900035b3
5 changed files with 6 additions and 6 deletions

View File

@@ -452,7 +452,7 @@ static void init_ccgdm_arrays(DerivedMesh *dm)
grid_offset = dm->getGridOffset(dm);
dm->getGridKey(dm, &key);
(void) grid_data;
(void) grid_size;
(void) grid_data;
(void) grid_offset;
}