mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-29 19:40:16 +01:00
drm: remove unused init func from outputs
This commit is contained in:
parent
9654c776fd
commit
6b970f193b
1 changed files with 0 additions and 1 deletions
|
|
@ -383,7 +383,6 @@ struct drm_crtc {
|
|||
* etc.
|
||||
*/
|
||||
struct drm_output_funcs {
|
||||
void (*init)(struct drm_output *output);
|
||||
void (*dpms)(struct drm_output *output, int mode);
|
||||
void (*save)(struct drm_output *output);
|
||||
void (*restore)(struct drm_output *output);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue