[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: gnetlist.c



  User: cnieves 
  Date: 05/02/22 14:53:22

  Modified:    .        gnetlist.c
  Log:
  Initialize GDK in libgeda instead of the app if it's a non-graphical app.
  
  
  
  
  Revision  Changes    Path
  1.48      +0 -3      eda/geda/devel/gnetlist/src/gnetlist.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: gnetlist.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gnetlist/src/gnetlist.c,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -b -r1.47 -r1.48
  --- gnetlist.c	21 Feb 2005 03:09:08 -0000	1.47
  +++ gnetlist.c	22 Feb 2005 19:53:21 -0000	1.48
  @@ -29,7 +29,6 @@
   #endif
   
   #include <libgeda/libgeda.h>
  -#include <gtk/gtk.h>
   
   #include "../include/globals.h"
   #include "../include/prototype.h"
  @@ -63,8 +62,6 @@
   
       TOPLEVEL *pr_current;
   
  -    gtk_init(&argc, &argv);
  -  
       /* set default output filename */
       output_filename =
   	(char *) malloc(sizeof(char) * (strlen("output.net") + 1));