atirage: Remove crtc_enable.

This commit is contained in:
joevt 2024-02-28 01:13:04 -08:00 committed by dingusdev
parent 2ece059c5e
commit 6e094a8edb
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ protected:
float calc_pll_freq(int scale, int fb_div);
void verbose_pixel_format(int crtc_index);
void crtc_update();
void crtc_enable();
void draw_hw_cursor(uint8_t *dst_buf, int dst_pitch);
void get_cursor_position(int& x, int& y);