xfree86: Remove some not-terribly-useful debugging
I'm sure printing the address of function pointers in modules you'd loaded might have made sense back when we rolled our own dlopen, but we got better. Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
		
							parent
							
								
									6a094185d1
								
							
						
					
					
						commit
						771980fc02
					
				| 
						 | 
				
			
			@ -721,11 +721,6 @@ InitOutput(ScreenInfo * pScreenInfo, int argc, char **argv)
 | 
			
		|||
            FatalError("AddScreen/ScreenInit failed for driver %d\n", i);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        DebugF("InitOutput - xf86Screens[%d]->pScreen = %p\n",
 | 
			
		||||
               i, xf86Screens[i]->pScreen);
 | 
			
		||||
        DebugF("xf86Screens[%d]->pScreen->CreateWindow = %p\n",
 | 
			
		||||
               i, xf86Screens[i]->pScreen->CreateWindow);
 | 
			
		||||
 | 
			
		||||
        if (PictureGetSubpixelOrder(xf86Screens[i]->pScreen) == SubPixelUnknown) {
 | 
			
		||||
            xf86MonPtr DDC = (xf86MonPtr) (xf86Screens[i]->monitor->DDC);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue