summaryrefslogtreecommitdiff
path: root/examples/buttons/buttons.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/buttons/buttons.c')
-rw-r--r--examples/buttons/buttons.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/buttons/buttons.c b/examples/buttons/buttons.c
index 1dc2fd418..82bc5069e 100644
--- a/examples/buttons/buttons.c
+++ b/examples/buttons/buttons.c
@@ -75,7 +75,6 @@ int main( int argc,
gtk_signal_connect (GTK_OBJECT (window), "delete_event",
GTK_SIGNAL_FUNC (gtk_exit), NULL);
-
/* Sets the border width of the window. */
gtk_container_set_border_width (GTK_CONTAINER (window), 10);
gtk_widget_realize(window);