Remove some unused variables
[pspp-builds.git] / src / ui / gui / about.c
index 8ca91cbe8281d56a14eea230f39fe6afcbb46546..c217833cbea5bf140f99c36cc2aa75106a8401b5 100644 (file)
@@ -25,7 +25,7 @@
 #include "helper.h"
 
 
-const static gchar *artists[] = { "Patrick Brunier", "Dondi Bogusky", NULL};
+static const gchar *artists[] = { "Patrick Brunier", "Dondi Bogusky", NULL};
 
 void
 about_new (GtkMenuItem *m, GtkWindow *parent)