Selaa lähdekoodia

remove unused function removeSelect

Sven Klemm 7 vuotta sitten
vanhempi
commit
a63298bca2
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  1. 0 5
      public/app/plugins/datasource/postgres/postgres_query.ts

+ 0 - 5
public/app/plugins/datasource/postgres/postgres_query.ts

@@ -111,11 +111,6 @@ export default class PostgresQuery {
     this.updateProjection();
   }
 
-  removeSelect(index: number) {
-    this.target.select.splice(index, 1);
-    this.updateProjection();
-  }
-
   removeSelectPart(selectParts, part) {
     // if we remove the field remove the whole statement
     if (part.def.type === 'column') {