From bb4de4057bbae669fb789cf92b040da057610704 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Wed, 23 Nov 2005 20:09:11 +0000 Subject: [PATCH] leftover from original obos CVS import. nolonger needed. (thanks Ithamar for pointing this out. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15095 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/accelerants/matrox/GlobalData.c | 26 --------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/add-ons/accelerants/matrox/GlobalData.c diff --git a/src/add-ons/accelerants/matrox/GlobalData.c b/src/add-ons/accelerants/matrox/GlobalData.c deleted file mode 100644 index 0edbdbf222..0000000000 --- a/src/add-ons/accelerants/matrox/GlobalData.c +++ /dev/null @@ -1,26 +0,0 @@ -/* - Copyright 1999, Be Incorporated. All Rights Reserved. - This file may be used under the terms of the Be Sample Code License. - - Other authors: - Mark Watson -*/ - -#include "acc_std.h" - -int fd; -shared_info *si; -area_id shared_info_area; -vuint32 *regs; -area_id regs_area; -display_mode *my_mode_list; -area_id my_mode_list_area; -int accelerantIsClone; - -gx00_get_set_pci gx00_pci_access= - { - GX00_PRIVATE_DATA_MAGIC, - 0, - 4, - 0 - };