Cycles: Remove OpenGL header

It is not really used from any of the sources, including the
standalone app. Since we are moving to a more backend-independent
drawing it makes sense to remove header which was specific to
how Blender integrates Cycles into viewport.

There is probably some cleanup in CMake files is possible, but
there is some inter-dependency with USD.

Differential Revision: https://developer.blender.org/D16681
This commit is contained in:
Sergey Sharybin
2022-12-02 16:47:14 +01:00
parent ab8946f957
commit c5e71cebaa
5 changed files with 0 additions and 16 deletions

View File

@@ -18,7 +18,6 @@
#include "util/guiding.h"
#include "util/log.h"
#include "util/md5.h"
#include "util/opengl.h"
#include "util/openimagedenoise.h"
#include "util/path.h"
#include "util/string.h"