Skip to content

Commit

Permalink
Remove method call that doesn't exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuconnolly committed Jun 20, 2018
1 parent 6aa4fa5 commit 635540b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/SPDatabaseDocument.m
Original file line number Diff line number Diff line change
Expand Up @@ -6082,7 +6082,6 @@ - (void)_renameDatabase

[dbActionRename setTablesList:tablesListInstance];
[dbActionRename setConnection:[self getConnection]];
[dbActionRename setMessageWindow:parentWindow];

if ([dbActionRename renameDatabaseFrom:[self createDatabaseInfo] to:newDatabaseName]) {
[self setDatabases:self];
Expand Down

0 comments on commit 635540b

Please sign in to comment.