[folks] eds: Remove Vala 0.14 code from EDS backend



commit a42c33e9c6a6afc55da807e8f5e4543b3b74e579
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Mar 26 22:02:27 2012 +0100

    eds: Remove Vala 0.14 code from EDS backend
    
    Now that we depend on Vala 0.15 unconditionally, we don't need the Vala 0.14
    versions of things.

 backends/eds/lib/memory-icon.vala |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/backends/eds/lib/memory-icon.vala b/backends/eds/lib/memory-icon.vala
index 07c0197..aeb2d34 100644
--- a/backends/eds/lib/memory-icon.vala
+++ b/backends/eds/lib/memory-icon.vala
@@ -57,11 +57,7 @@ internal class Edsf.MemoryIcon : Object, Icon, LoadableIcon
    * @return `true` if the instances are equal, `false` otherwise
    * @since 0.6.0
    */
-#if VALA_0_16
   public bool equal (Icon? icon2)
-#else
-  public bool equal (Icon icon2)
-#endif
     {
       /* These type and nullability checks are taken care of by the interface
        * wrapper. */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]