diff options
author | Alexander Larsson <alexl@redhat.com> | 2013-01-29 11:55:05 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2013-01-29 11:55:05 +0100 |
commit | 9d659d8a77095fd8a0d273520d2ae3fab19eb9ad (patch) | |
tree | f563a44eb6f7afcfe895a682b27e8ac0a73612e7 /demos/gtk-demo | |
parent | 002ac992d1a7383f803fd3d79904183afb03b73b (diff) | |
download | gtk+-9d659d8a77095fd8a0d273520d2ae3fab19eb9ad.tar.gz |
Remove accidental commit that broke gtk3-demo
A piece of test code accidentally snuck into a commit that
made gtk3-demo not find its data files, this patch just
reverts that change.
Diffstat (limited to 'demos/gtk-demo')
-rw-r--r-- | demos/gtk-demo/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/gtk-demo/main.c b/demos/gtk-demo/main.c index 1c04a27040..935b86eeff 100644 --- a/demos/gtk-demo/main.c +++ b/demos/gtk-demo/main.c @@ -56,9 +56,6 @@ get_democodedir (void) #endif -#undef DEMOCODEDIR -#define DEMOCODEDIR getenv ("GTK_DEMO_DATA_DIR") - /** * demo_find_file: * @base: base filename |