Clean up unused code
This commit is contained in:
		
							parent
							
								
									108392217f
								
							
						
					
					
						commit
						73812e957e
					
				
					 1 changed files with 0 additions and 16 deletions
				
			
		| 
						 | 
					@ -249,18 +249,12 @@ static void runRMXPScripts()
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//		QFile file(QString("/home/Ancurio/programming/C++/mkxp/dump/%1.rb").arg(i, 3, 10, QChar('0')));
 | 
					 | 
				
			||||||
//		if (file.open(QFile::WriteOnly))
 | 
					 | 
				
			||||||
//			file.write(decodeBuffer.constData(), bufferLen);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		sc.decData = QByteArray(decodeBuffer.constData(), bufferLen);
 | 
							sc.decData = QByteArray(decodeBuffer.constData(), bufferLen);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		ruby_script(sc.name.constData());
 | 
							ruby_script(sc.name.constData());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		rb_gc_start();
 | 
							rb_gc_start();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		qDebug() << "Executing script:" << QString("%1").arg(i, 3, 10, QChar('0'));
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		/* Execute code */
 | 
							/* Execute code */
 | 
				
			||||||
		rb_eval_string_protect(decodeBuffer.constData(), 0);
 | 
							rb_eval_string_protect(decodeBuffer.constData(), 0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -268,16 +262,6 @@ static void runRMXPScripts()
 | 
				
			||||||
		if (rb_type(exc) != RUBY_T_NIL)
 | 
							if (rb_type(exc) != RUBY_T_NIL)
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					 | 
				
			||||||
//	QFile file("/home/Ancurio/programming/C++/mkxp/dump/index");
 | 
					 | 
				
			||||||
//	if (file.open(QFile::WriteOnly))
 | 
					 | 
				
			||||||
//	{
 | 
					 | 
				
			||||||
//		for (int i = 0; i < encScripts.size(); ++i)
 | 
					 | 
				
			||||||
//		{
 | 
					 | 
				
			||||||
//			const Script &sc = encScripts[i];
 | 
					 | 
				
			||||||
//			file.write(sc.name);
 | 
					 | 
				
			||||||
//		}
 | 
					 | 
				
			||||||
//	}
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void mriBindingExecute()
 | 
					static void mriBindingExecute()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue