Skip to content

Commit

Permalink
unused
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Jan 17, 2025
1 parent e5913b7 commit c5c019d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ qx.Class.define("osparc.dashboard.WorkspaceButtonBase", {
},
FPOS: {
DATE: 0,
LAST_TOUCHING: 1,
}
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,17 +512,5 @@ qx.Class.define("osparc.info.StudyUtils", {
})
.catch(err => osparc.FlashMessenger.logAs(err.message, "ERROR"));
},

createLastTouchedBy: function() {
return new qx.ui.basic.Atom().set({
alignY: "middle",
allowGrowX: false,
allowShrinkX: false,
label: "by",
font: "text-12",
icon: osparc.dashboard.CardBase.SHARED_USER,
iconPosition: "right",
});
},
}
});

0 comments on commit c5c019d

Please sign in to comment.