Skip to content

Commit 0160f0a

Browse files
committed
Remove unused CommonActions.openDb() function
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 0fa9a95 commit 0160f0a

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

js/src/modules/common.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -125,21 +125,6 @@ const CommonActions = {
125125
CommonParams.setAll({ 'db': newDb, 'table': '' });
126126
}
127127
},
128-
/**
129-
* Opens a database in the main part of the page
130-
*
131-
* @param {string} newDb The name of the new database
132-
*
133-
* @return {void}
134-
*/
135-
openDb: function (newDb) {
136-
CommonParams
137-
.set('db', newDb)
138-
.set('table', '');
139-
this.refreshMain(
140-
CommonParams.get('opendb_url')
141-
);
142-
},
143128
/**
144129
* Refreshes the main frame
145130
*

0 commit comments

Comments
 (0)