diff options
author | Ivor Hewitt <ivor@ivor.org> | 2005-04-19 21:55:33 +0000 |
---|---|---|
committer | Ivor Hewitt <ivor@ivor.org> | 2005-04-19 21:55:33 +0000 |
commit | 4e81c41b8c4fe95bf2514a1163c44246bd016bcd (patch) | |
tree | be100c216b6f746d4d34ceae22990253387360e9 /libxvmc/viaLowLevelPro.c | |
parent | ae3328b57fb4e031fae7ffdee538dab534390a39 (diff) |
Removed debug message
Diffstat (limited to 'libxvmc/viaLowLevelPro.c')
-rw-r--r-- | libxvmc/viaLowLevelPro.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libxvmc/viaLowLevelPro.c b/libxvmc/viaLowLevelPro.c index 582da54..5dc13b6 100644 --- a/libxvmc/viaLowLevelPro.c +++ b/libxvmc/viaLowLevelPro.c @@ -1136,8 +1136,6 @@ initXvMCLowLevel(XvMCLowLevel *xl, int fd, drm_context_t *ctx, drmLockPtr hwLock, drmAddress mmioAddress, drmAddress fbAddress, int useAgp, unsigned chipId ) { - printf("Initialised Pro LowLevel\n"); - xl->agp_pos = 0; xl->pci_pos = 0; xl->use_agp = useAgp; |