Refactor: Remove empty constructor

This commit is contained in:
Julian 2023-01-22 20:27:57 +01:00
parent 596c8d3cdc
commit cc118d7796
Signed by: julian
GPG Key ID: 094C2AC34192FA11

View File

@ -12,10 +12,6 @@ var PrefsBoxOrderListEmptyPlaceholder = GObject.registerClass({
GTypeName: "PrefsBoxOrderListEmptyPlaceholder", GTypeName: "PrefsBoxOrderListEmptyPlaceholder",
Template: Me.dir.get_child("ui").get_child("prefs-box-order-list-empty-placeholder.ui").get_uri() Template: Me.dir.get_child("ui").get_child("prefs-box-order-list-empty-placeholder.ui").get_uri()
}, class PrefsBoxOrderListEmptyPlaceholder extends Gtk.Box { }, class PrefsBoxOrderListEmptyPlaceholder extends Gtk.Box {
constructor(params = {}) {
super(params);
}
// Handle a new drop on `this` properly. // Handle a new drop on `this` properly.
// `value` is the thing getting dropped. // `value` is the thing getting dropped.
onDrop(_target, value, _x, _y) { onDrop(_target, value, _x, _y) {