[gparted] Remove unused execute_command_timed() (#754684)
- From: Curtis Gedak <gedakc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gparted] Remove unused execute_command_timed() (#754684)
- Date: Mon, 21 Sep 2015 17:26:40 +0000 (UTC)
commit d3e17f448482332d99f103cccf0fa51fc6d03934
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date: Sat Aug 29 10:15:58 2015 +0100
Remove unused execute_command_timed() (#754684)
Use of execute_command_timed() was removed by this commit from
2013-02-22:
52a2a9b00a32996921ace055e71d0e09fb33c5fe
Reduce threading (#685740)
Bug 754684 - Updates to FileSystem:: and Utils::execute_command()
functions
include/FileSystem.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/include/FileSystem.h b/include/FileSystem.h
index 30ffa23..18191f5 100644
--- a/include/FileSystem.h
+++ b/include/FileSystem.h
@@ -61,8 +61,6 @@ public:
protected:
int execute_command( const Glib::ustring & command, OperationDetail & operationdetail,
bool checkstatus = false, bool cancel_safe = false );
- int execute_command_timed( const Glib::ustring & command, OperationDetail & operationdetail ) {
- return execute_command( command, operationdetail, true ); }
void execute_command_eof();
Glib::ustring mk_temp_dir( const Glib::ustring & infix, OperationDetail & operationdetail ) ;
void rm_temp_dir( const Glib::ustring dir_name, OperationDetail & operationdetail ) ;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]