diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-06 13:33:39 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-06 13:33:39 +0200 |
| commit | a87b5501832a268c0587d2157837a494b0b0dc2e (patch) | |
| tree | b7c16ac2c12ea064c661ea8d8124a6e776d32134 | |
| parent | 87d7a3c8750ca4f61c2cae5269b3eda04cce7e6c (diff) | |
| download | plan9front-a87b5501832a268c0587d2157837a494b0b0dc2e.tar.xz | |
vgaigfx: remove #define MB, theres a MB enum in portdat.h
| -rw-r--r-- | sys/src/9/pc/vgaigfx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/9/pc/vgaigfx.c b/sys/src/9/pc/vgaigfx.c index 159ddeac1..ecc90edf3 100644 --- a/sys/src/9/pc/vgaigfx.c +++ b/sys/src/9/pc/vgaigfx.c @@ -12,8 +12,6 @@ #include <cursor.h> #include "screen.h" -#define MB 0x100000 - static ulong preallocsize(Pcidev *p) { |
