Skip to content

Commit

Permalink
Remove some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
sargon committed Mar 26, 2010
1 parent 9a2e127 commit a0c2aec
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ static gchar *transparent_rc = "style 'transparent-style'\n"
"class \"GtkBox\" style \"transparent-style\"\n"
"\n";


/*
"class \"GtkBox\" style \"transparent-style\"\n"
"class \"GtkContainer\" style \"transparent-style\"\n"
"class \"GtkBin\" style \"transparent-style\"\n"
"class \"GtkSeparator\" style \"transparent-style\"\n"
*/

static void set_bg(GtkWidget *widget, panel *p);

/****************************************************
Expand Down Expand Up @@ -595,16 +587,6 @@ handle_error(Display * d, XErrorEvent * ev)
RET();
}

/*
static void
sig_usr(int signum)
{
if (signum != SIGUSR1)
return;
gtk_main_quit();
}
*/

int
main(int argc, char *argv[], char *env[])
{
Expand Down

0 comments on commit a0c2aec

Please sign in to comment.