]> git.rm.cloudns.org Git - xonotic/netradiant.git/commitdiff
Garux: remove unsupported gtk stuff
authorThomas Debesse <dev@illwieckz.net>
Mon, 11 Feb 2019 05:38:18 +0000 (06:38 +0100)
committerThomas Debesse <dev@illwieckz.net>
Mon, 11 Feb 2019 06:08:35 +0000 (07:08 +0100)
radiant/surfacedialog.cpp

index 63c5b472f9ffd187a40715f05b8503b144786717..dbf3666e22264b49b457993eaf3f371acf9c6052 100644 (file)
@@ -818,17 +818,11 @@ ui::Window SurfaceInspector::BuildDialog(){
                                        ui::Widget label = ui::Label( "Width" );
                                        label.show();
                                        table.attach(label, {2, 3, 0, 1}, {GTK_FILL, 0});
-                                       g_signal_connect( G_OBJECT( button ), "clicked",
-                                                                         G_CALLBACK( OnBtnFaceFitW ), 0 );
-                                       gtk_widget_set_usize( button, 60, -2 );
                                }
                                {
                                        ui::Widget label = ui::Label( "Height" );
                                        label.show();
                                        table.attach(label, {3, 4, 0, 1}, {GTK_FILL, 0});
-                                       g_signal_connect( G_OBJECT( button ), "clicked",
-                                                                         G_CALLBACK( OnBtnFaceFitH ), 0 );
-                                       gtk_widget_set_usize( button, 60, -2 );
                                }
                                {
                                        ui::Widget button = ui::Button( "Axial" );