Remove commented out code.
[geeqie.git] / src / pan-folder.c
index fec2b42..8788e20 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Geeqie
  * (C) 2006 John Ellis
- * Copyright (C) 2008 The Geeqie Team
+ * Copyright (C) 2008 - 2012 The Geeqie Team
  *
  * Author: John Ellis
  *
@@ -109,7 +109,7 @@ static void pan_flower_move(FlowerGroup *group, gint x, gint y)
        group->y += y;
 }
 
-#define PI 3.14159
+#define PI 3.14159265
 
 static void pan_flower_position(FlowerGroup *group, FlowerGroup *parent,
                                                             gint *result_x, gint *result_y)
@@ -467,3 +467,4 @@ void pan_folder_tree_compute(PanWindow *pw, FileData *dir_fd, gint *width, gint
        if (width) *width = w;
        if (height) *height = h;
 }
+/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */