diff options
author | 2015-12-26 13:54:32 +0100 | |
---|---|---|
committer | 2015-12-26 13:54:32 +0100 | |
commit | 9f998d0afb69f4286f05e46efe27806b6aba32af (patch) | |
tree | 7a126081d7eb971c4cc9f8fa8952ad04a30ab231 /src/devices/machine/pci.h | |
parent | a546ea128238feaa616451ed7b7f4fe389dd1460 (diff) |
cleanup (nw)
Diffstat (limited to 'src/devices/machine/pci.h')
-rw-r--r-- | src/devices/machine/pci.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/machine/pci.h b/src/devices/machine/pci.h index c57d3eb3bf8..a88f0a3b7fb 100644 --- a/src/devices/machine/pci.h +++ b/src/devices/machine/pci.h @@ -133,10 +133,6 @@ protected: void set_map_address(int id, UINT64 adr); void set_map_size(int id, UINT64 size); void set_map_flags(int id, int flags); - -private: - void add_map_finish(int bid, UINT64 size, int flags); - }; class agp_device : public pci_device { |