evas: Disabled C++ example while Eo API is still rapidly changing
authorFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Sun, 8 May 2016 14:58:56 +0000 (11:58 -0300)
committerFelipe Magno de Almeida <felipe@expertisesolutions.com.br>
Sun, 8 May 2016 15:02:39 +0000 (12:02 -0300)
src/examples/evas/evas_cxx_rectangle.cc

index d41902f..9054164 100644 (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