mirror of
				https://github.com/Ryujinx/GtkSharp.git
				synced 2025-11-04 02:15:06 +00:00 
			
		
		
		
	generator: drop unneeded parameter in WriteLine() call
This commit is contained in:
		
							parent
							
								
									b13d51a32d
								
							
						
					
					
						commit
						fcc775d658
					
				| 
						 | 
				
			
			@ -160,7 +160,7 @@ namespace GtkSharp.Generation {
 | 
			
		|||
		void GenerateCtors (StreamWriter sw)
 | 
			
		||||
		{
 | 
			
		||||
			// Native GObjects do not implement the *Implementor interfaces
 | 
			
		||||
			sw.WriteLine ("\t\tGLib.Object implementor;", Name);
 | 
			
		||||
			sw.WriteLine ("\t\tGLib.Object implementor;");
 | 
			
		||||
			sw.WriteLine ();
 | 
			
		||||
 | 
			
		||||
			if (!IsConsumeOnly) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue