Remove useless code
This commit is contained in:
		
							parent
							
								
									2d30301aef
								
							
						
					
					
						commit
						66fe932a8e
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -576,8 +576,6 @@ static int SDL_RWopsClose(SDL_RWops *ops)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	int result = PHYSFS_close(f);
 | 
						int result = PHYSFS_close(f);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	f = 0;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	return (result != 0) ? 0 : -1;
 | 
						return (result != 0) ? 0 : -1;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue