summaryrefslogtreecommitdiffstats
path: root/src/glx
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-06-19 21:31:34 +0100
committerEric Engestrom <[email protected]>2019-06-20 16:19:58 +0000
commite0ee790ba7deb54cd4c0216f0f72798fc64747d5 (patch)
treeff575be654f1d311aa588f9ec8ad0ca181ab6b69 /src/glx
parent56434450f634d54dd0e4bf3d243dbf931932ff93 (diff)
glx: drop misleading comment about the file being "generated"
This `gen_scrn_dispatch.pl` has never existed, in the sense that NVIDIA never published it. There have been a number (6) of commits to fix various things in there over the years, and never anything from NVIDIA. For all intents and purposes this file is hand-written and hand-maintained, and we're on our own. Let's make this clear by removing this misleading comment. Suggested-by: Eric Anholt <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Acked-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/g_glxglvnddispatchfuncs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/g_glxglvnddispatchfuncs.c b/src/glx/g_glxglvnddispatchfuncs.c
index 5b65afc8602..8b95f1c5a92 100644
--- a/src/glx/g_glxglvnddispatchfuncs.c
+++ b/src/glx/g_glxglvnddispatchfuncs.c
@@ -1,7 +1,3 @@
-/*
- * THIS FILE IS AUTOMATICALLY GENERATED BY gen_scrn_dispatch.pl
- * DO NOT EDIT!!
- */
#include <stdlib.h>
#include "glxclient.h"