mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 20:01:50 +00:00
Bug 1866022 - Fix WError bustage.
MANUAL PUSH: Trivial fix CLOSED TREE
This commit is contained in:
parent
dfc14b3a59
commit
2a12491756
@ -114,12 +114,6 @@ static GtkWidget* CreateFrameWidget() {
|
||||
return widget;
|
||||
}
|
||||
|
||||
static GtkWidget* CreateGripperWidget() {
|
||||
GtkWidget* widget = gtk_handle_box_new();
|
||||
AddToWindowContainer(widget);
|
||||
return widget;
|
||||
}
|
||||
|
||||
static GtkWidget* CreateButtonWidget() {
|
||||
GtkWidget* widget = gtk_button_new_with_label("M");
|
||||
AddToWindowContainer(widget);
|
||||
|
Loading…
x
Reference in New Issue
Block a user