As we hard-code the path to our glade file, this variable
is no longer used, and thus generates a warning.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
int main(int ac, char *av[])
{
const char *name;
+#if 0
char *env;
+#endif
gchar *glade_file = GUI_PATH;
bindtextdomain(PACKAGE, LOCALEDIR);
#include <glade/glade.h>
#include <gtk/gtk.h>
-@@ -1469,7 +1469,7 @@
+@@ -1468,7 +1468,9 @@
+ int main(int ac, char *av[])
+ {
+ const char *name;
++#if 0
+ char *env;
++#endif
+ gchar *glade_file = GUI_PATH;
+
+ bindtextdomain(PACKAGE, LOCALEDIR);
+@@ -1469,7 +1471,7 @@
{
const char *name;
char *env;