summaryrefslogtreecommitdiff
path: root/examples/example_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_video.c')
-rw-r--r--examples/example_video.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/example_video.c b/examples/example_video.c
index cef0b8c..a91b025 100644
--- a/examples/example_video.c
+++ b/examples/example_video.c
@@ -82,9 +82,6 @@ int main(int argc, char *argv[]) {
return 1;
}
- // Attempt to acquire opengl driver context
- SDL_SetHint(SDL_HINT_RENDER_DRIVER, "opengl");
-
// Create a resizable window.
window = SDL_CreateWindow("Example Player", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 1280, 720, SDL_WINDOW_RESIZABLE);
if(window == NULL) {