From b11432e092826432172dba0934fd914482f2aa98 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Tue, 10 Jun 2008 11:10:52 +0000 Subject: [PATCH] removed all references to G80 and newer cards. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25905 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/graphics/nvidia/DriverInterface.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/headers/private/graphics/nvidia/DriverInterface.h b/headers/private/graphics/nvidia/DriverInterface.h index a52366e6af..f677edea7d 100644 --- a/headers/private/graphics/nvidia/DriverInterface.h +++ b/headers/private/graphics/nvidia/DriverInterface.h @@ -5,7 +5,7 @@ Other authors: Mark Watson; Apsed; - Rudolf Cornelissen 10/2002-9/2007. + Rudolf Cornelissen 10/2002-6/2008. */ #ifndef DRIVERINTERFACE_H @@ -117,8 +117,7 @@ enum { NV10A, NV20A, NV30A, - NV40A, - NV50A + NV40A }; /* card info - information gathered from PINS (and other sources) */