mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 15:19:09 +00:00
Refactor: Remove empty constructor
This commit is contained in:
parent
596c8d3cdc
commit
cc118d7796
@ -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…
x
Reference in New Issue
Block a user