evas: Disabled C++ example while Eo API is still rapidly changing

This commit is contained in:
Felipe Magno de Almeida 2016-05-08 11:58:56 -03:00
parent 8186eaf36e
commit 2c563e3f0a
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,6 @@
// Example disabled while Eo Evas API is still rapidly changing
#if 0
#include <iostream>
#ifdef HAVE_CONFIG_H
@ -54,3 +56,8 @@ int main()
::ecore_evas_shutdown();
return 0;
}
#else
int main()
{
}
#endif