Skip to content

Commit 635540b

Browse files
committed
Remove method call that doesn't exist.
1 parent 6aa4fa5 commit 635540b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/SPDatabaseDocument.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6082,7 +6082,6 @@ - (void)_renameDatabase
60826082

60836083
[dbActionRename setTablesList:tablesListInstance];
60846084
[dbActionRename setConnection:[self getConnection]];
6085-
[dbActionRename setMessageWindow:parentWindow];
60866085

60876086
if ([dbActionRename renameDatabaseFrom:[self createDatabaseInfo] to:newDatabaseName]) {
60886087
[self setDatabases:self];

0 commit comments

Comments
 (0)