[PATCH xf86-video-dummy v2] Remove pointless empty functions

2016-09-22 Thread Aaron Plattner
These functions might be useful in a real driver, but with no hardware, they're pointless. Get rid of them. v2: Rebase, get rid of pointless calls to DUMMYAdjustFrame, return TRUE from DUMMYSwitchMode. Signed-off-by: Aaron Plattner --- src/dummy_driver.c | 44 +-

Re: [PATCH xf86-video-dummy v2] Remove pointless empty functions

2016-09-22 Thread Antoine Martin
On 22/09/16 23:14, Aaron Plattner wrote: > These functions might be useful in a real driver, but with no > hardware, they're pointless. Get rid of them. > > v2: Rebase, get rid of pointless calls to DUMMYAdjustFrame, return TRUE from > DUMMYSwitchMode. > > Signed-off-by: Aaron Plattner Both: Re