diff options
author | Chia-I Wu <[email protected]> | 2010-09-13 13:51:52 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-09-14 15:49:43 +0800 |
commit | db6273e0ddc5dbfcff27b8f75982bbf348810d31 (patch) | |
tree | f77c8ae94bfe2b10d6e5e4933292320a3d47bcd7 /src/mesa/main/mfeatures.h | |
parent | 1c6992b873df6de36f7b8d203fc9d993fcebab9d (diff) |
mesa: Remove unused _MESA_INIT_*_FUNCTIONS.
They were intended to be used to build OpenGL ES only DRI drivers, but
that never happened.
Diffstat (limited to 'src/mesa/main/mfeatures.h')
-rw-r--r-- | src/mesa/main/mfeatures.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index 4e838abe036..92311ef7f0a 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -42,9 +42,6 @@ /** * A feature can be anything. But most of them share certain characteristics. * - * When a feature defines driver entries, they can be initialized by - * _MESA_INIT_<FEATURE>_FUNCTIONS - * * When a feature defines vtxfmt entries, they can be initialized and * installed by * _MESA_INIT_<FEATURE>_VTXFMT |