Remove Hildon 0.x conditional code because Hildon 0.x is not available in Diablo...
[modest] / src / widgets / modest-window.h
index 3084d2b..aee502d 100644 (file)
@@ -50,19 +50,12 @@ G_BEGIN_DECLS
 typedef GtkWindow      ModestWindowParent;
 typedef GtkWindowClass ModestWindowParentClass;
 #else
-#if MODEST_HILDON_API == 0
-#include <hildon-widgets/hildon-window.h>
-#else
 #ifdef MODEST_TOOLKIT_HILDON2
 #include <hildon/hildon-stackable-window.h>
-#else
-#include <hildon/hildon-window.h>
-#endif
-#endif /*MODEST_HILDON_API == 0*/
-#ifdef MODEST_TOOLKIT_HILDON2
 typedef HildonStackableWindow      ModestWindowParent;
 typedef HildonStackableWindowClass ModestWindowParentClass;
 #else
+#include <hildon/hildon-window.h>
 typedef HildonWindow      ModestWindowParent;
 typedef HildonWindowClass ModestWindowParentClass;
 #endif