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

gEDA-cvs: CVS update: gsymcheck.c



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

  Modified:    .        gsymcheck.c
  Log:
  Initialize GDK in libgeda instead of the app if it's a non-graphical app.
  
  
  
  
  Revision  Changes    Path
  1.35      +0 -4      eda/geda/devel/gsymcheck/src/gsymcheck.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: gsymcheck.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gsymcheck/src/gsymcheck.c,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- gsymcheck.c	20 Feb 2005 17:10:03 -0000	1.34
  +++ gsymcheck.c	22 Feb 2005 19:53:23 -0000	1.35
  @@ -34,8 +34,6 @@
   #include "../include/globals.h"
   #include "../include/prototype.h"
   
  -#include <gtk/gtk.h>
  -
   void
   gsymcheck_quit(void)
   {
  @@ -59,8 +57,6 @@
     
     TOPLEVEL *pr_current;
     
  -  gtk_init(&argc, &argv);
  -
     argv_index = parse_commandline(argc, argv);
     cwd = getcwd(NULL, 1024);
   #ifdef __MINGW32__