plover-open/plover-open.c
changeset 30 3ee18a3a0f58
parent 25 e10f418d8e1d
child 31 a53fcb780468
     1.1 --- a/plover-open/plover-open.c	Sat Nov 15 19:10:51 2014 +0000
     1.2 +++ b/plover-open/plover-open.c	Mon Nov 02 19:01:50 2015 +0000
     1.3 @@ -40,7 +40,7 @@
     1.4  gboolean install(PloverPackageSet *installed,const char *path)
     1.5  {
     1.6      gchar *s;
     1.7 -    const char *prefix,*name,*unsatisfied;
     1.8 +    const char *prefix,*unsatisfied;
     1.9      const char *filenames[2];
    1.10      GError *error=NULL;
    1.11      GSList *packages,*lnk;
    1.12 @@ -135,15 +135,13 @@
    1.13  int main(int argc,char **argv)
    1.14  {
    1.15      GError *err=0;
    1.16 -    GtkWidget *w;
    1.17 -    gchar *s,*t,*contents;
    1.18      gchar *install_path=NULL;
    1.19 -    gsize len;
    1.20      PloverPackageSet *set;
    1.21  #if 0
    1.22 +    gsize len;
    1.23 +    gchar *s,*t,*contents;
    1.24      GSList *objects,*lnk;
    1.25  #endif
    1.26 -    gboolean started;
    1.27      GOptionEntry options[]={
    1.28  	{"install",0,0,G_OPTION_ARG_FILENAME,&install_path,
    1.29  	  "Install an RPM","path"},