diff options
author | Adam Jackson <ajax@redhat.com> | 2008-05-21 15:58:24 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-05-21 15:58:24 -0400 |
commit | 09c4dcc658b07f2672388eb4ab5fee3ebe190fc9 (patch) | |
tree | f6b7d519a612d1df06166b02833a3ae740a09445 | |
parent | d0cbce17e1d1e99dbecda339c6704b96606b20d3 (diff) |
Don't try to call vbeModeInit(), it doesn't exist and never will.
-rw-r--r-- | src/savage_vbe.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/savage_vbe.c b/src/savage_vbe.c index 5933b4e..afbaa8f 100644 --- a/src/savage_vbe.c +++ b/src/savage_vbe.c @@ -18,7 +18,6 @@ #endif #define L_ADD(x) (B_O32(x) & 0xffff) + ((B_O32(x) >> 12) & 0xffff00) -Bool vbeModeInit( vbeInfoPtr, int ); static int SavageGetDevice( SavagePtr psav ); /*static int SavageGetTVType( SavagePtr psav );*/ void SavageSetVESAModeCrtc1( SavagePtr psav, int n, int Refresh ); @@ -186,15 +185,6 @@ SavageSetVESAMode( SavagePtr psav, int n, int Refresh ) ErrorF("Set video mode failed\n"); } } -#ifdef XFree86LOADER - else - { - if( !vbeModeInit( psav->pVbe, n ) ) - { - ErrorF("Set video mode failed\n"); - } - } -#endif } void |