diff options
Diffstat (limited to 'lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h')
-rw-r--r-- | lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h b/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h index bc12b2155..d1f9382a6 100644 --- a/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h +++ b/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h @@ -34,10 +34,4 @@ pipe_virgl_create_screen(int fd); struct pipe_screen * pipe_vc4_create_screen(int fd); -struct pipe_screen * -pipe_etna_create_screen(int fd); - -struct pipe_screen * -pipe_imx_drm_create_screen(int fd); - #endif /* _DRM_HELPER_PUBLIC_H */ |