tests: Remove #undef CLUTTER_DISABLE_DEPRECATED

We need to test deprecated API as well, and we don't use a guard any
more in the build.
This commit is contained in:
Emmanuele Bassi
2011-11-03 15:35:03 +00:00
parent 7ab84f981c
commit 53513f8586
14 changed files with 0 additions and 23 deletions

View File

@ -1,7 +1,5 @@
#include <stdlib.h>
#include <string.h>
#undef CLUTTER_DISABLE_DEPRECATED
#include <clutter/clutter.h>
#include "test-conform-common.h"