vincefn / objcryst

Free Objects for Crystallography : Fox / ObjCryst++
Other
23 stars 10 forks source link

Remove GL functions when OBJCRYST_GL is undefined. #31

Closed pavoljuhas closed 7 years ago

pavoljuhas commented 7 years ago

The GLInitDisplayList methods were no-op for undefined OBJCRYST_GL. Here we remove them altogether. This simplifies diffpy/pyobjcryst wrappers, because changes to GL-related interfaces have no impact on the wrapped classes.