From e0ee790ba7deb54cd4c0216f0f72798fc64747d5 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 19 Jun 2019 21:31:34 +0100 Subject: [PATCH] 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 Signed-off-by: Eric Engestrom Reviewed-by: Eric Anholt Acked-by: Emil Velikov --- src/glx/g_glxglvnddispatchfuncs.c | 4 ---- 1 file changed, 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 #include "glxclient.h" -- 2.30.2