mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-11 16:53:51 +01:00
Refactor: Remove empty constructor
This commit is contained in:
parent
596c8d3cdc
commit
cc118d7796
1 changed files with 0 additions and 4 deletions
|
|
@ -12,10 +12,6 @@ var PrefsBoxOrderListEmptyPlaceholder = GObject.registerClass({
|
|||
GTypeName: "PrefsBoxOrderListEmptyPlaceholder",
|
||||
Template: Me.dir.get_child("ui").get_child("prefs-box-order-list-empty-placeholder.ui").get_uri()
|
||||
}, class PrefsBoxOrderListEmptyPlaceholder extends Gtk.Box {
|
||||
constructor(params = {}) {
|
||||
super(params);
|
||||
}
|
||||
|
||||
// Handle a new drop on `this` properly.
|
||||
// `value` is the thing getting dropped.
|
||||
onDrop(_target, value, _x, _y) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue