mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Removed unused methods
This commit is contained in:
		
							parent
							
								
									662f56563c
								
							
						
					
					
						commit
						8593e17b05
					
				| 
						 | 
					@ -234,8 +234,6 @@ static struct PyMethodDef methods[] = {
 | 
				
			||||||
    {"releasedc", (PyCFunction)_releasedc, 1},
 | 
					    {"releasedc", (PyCFunction)_releasedc, 1},
 | 
				
			||||||
    {"frombytes", (PyCFunction)_frombytes, 1},
 | 
					    {"frombytes", (PyCFunction)_frombytes, 1},
 | 
				
			||||||
    {"tobytes", (PyCFunction)_tobytes, 1},
 | 
					    {"tobytes", (PyCFunction)_tobytes, 1},
 | 
				
			||||||
    {"fromstring", (PyCFunction)_frombytes, 1},
 | 
					 | 
				
			||||||
    {"tostring", (PyCFunction)_tobytes, 1},
 | 
					 | 
				
			||||||
    {NULL, NULL} /* sentinel */
 | 
					    {NULL, NULL} /* sentinel */
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user