mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 23:29:08 +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",
|
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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user