forked from qt-creator/qt-creator
		
	Git: Remove unused functions
Change-Id: I279dcf1ee1c1fe16d3a1fd866af4f9cc4a8c9070 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
		
				
					committed by
					
						
						Orgad Shaneh
					
				
			
			
				
	
			
			
			
						parent
						
							f1f4093ba5
						
					
				
				
					commit
					346f0c3177
				
			@@ -3682,20 +3682,6 @@ bool GitClient::synchronousStashRemove(const QString &workingDirectory,
 | 
			
		||||
    return rc;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void GitClient::branchList(const QString &workingDirectory)
 | 
			
		||||
{
 | 
			
		||||
    QStringList arguments(QLatin1String("branch"));
 | 
			
		||||
    arguments << QLatin1String("-r") << QLatin1String(noColorOption);
 | 
			
		||||
    executeGit(workingDirectory, arguments, 0, true);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void GitClient::stashList(const QString &workingDirectory)
 | 
			
		||||
{
 | 
			
		||||
    QStringList arguments(QLatin1String("stash"));
 | 
			
		||||
    arguments << QLatin1String("list") << QLatin1String(noColorOption);
 | 
			
		||||
    executeGit(workingDirectory, arguments, 0, true);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool GitClient::synchronousStashList(const QString &workingDirectory,
 | 
			
		||||
                                     QList<Stash> *stashes,
 | 
			
		||||
                                     QString *errorMessage /* = 0 */)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user