Skip to content

Commit 172ae1f

Browse files
committed
unused
1 parent ddfed06 commit 172ae1f

File tree

1 file changed

+0
-6
lines changed
  • services/static-webserver/client/source/class/osparc/conversation

1 file changed

+0
-6
lines changed

services/static-webserver/client/source/class/osparc/conversation/AddMessage.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,6 @@ qx.Class.define("osparc.conversation.AddMessage", {
6161
_createChildControlImpl: function(id) {
6262
let control;
6363
switch (id) {
64-
case "add-comment-label":
65-
control = new qx.ui.basic.Label().set({
66-
value: this.tr("Add comment")
67-
});
68-
this._add(control);
69-
break;
7064
case "add-comment-layout": {
7165
const grid = new qx.ui.layout.Grid(8, 5);
7266
grid.setColumnWidth(0, 32);

0 commit comments

Comments
 (0)