gtk-demo: Remove demo_find_file() function

It's not used anymore. With it, the demo-common.h header is not needed
anymore and is removed, too (and all the needless includes).
This commit is contained in:
Benjamin Otte
2013-02-01 17:38:08 +01:00
parent a6bf34e292
commit ad69528bde
17 changed files with 0 additions and 87 deletions

View File

@ -4,7 +4,6 @@
*/
#include <gtk/gtk.h>
#include "demo-common.h"
static GtkBuilder *builder;