xorg-xf86-video-dummy: removed obsolete patch

This commit is contained in:
Fredrik Rinnestam 2013-09-09 21:44:54 +02:00
parent 91b53308eb
commit 19ce1fa79d

View File

@ -1,21 +0,0 @@
diff -rupN xf86-video-dummy-0.3.6-orig/src/dummy_driver.c xf86-video-dummy-0.3.6/src/dummy_driver.c
--- xf86-video-dummy-0.3.6-orig/src/dummy_driver.c 2013-03-09 15:14:36.799505563 +0100
+++ xf86-video-dummy-0.3.6/src/dummy_driver.c 2013-03-09 15:15:05.087473139 +0100
@@ -14,9 +14,6 @@
/* All drivers initialising the SW cursor need this */
#include "mipointer.h"
-/* All drivers implementing backing store need this */
-#include "mibstore.h"
-
/* All drivers using the mi colormap manipulation need this */
#include "micmap.h"
@@ -617,7 +614,6 @@ DUMMYScreenInit(SCREEN_INIT_ARGS_DECL)
, lines - pScrn->virtualY);
}
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);