summaryrefslogtreecommitdiff
path: root/src/g80_cursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/g80_cursor.c')
-rw-r--r--src/g80_cursor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/g80_cursor.c b/src/g80_cursor.c
index 07422e5..f416860 100644
--- a/src/g80_cursor.c
+++ b/src/g80_cursor.c
@@ -21,6 +21,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#if 0
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -183,3 +184,5 @@ Bool G80CursorInit(ScreenPtr pScreen)
return xf86InitCursor(pScreen, infoPtr);
}
+
+#endif