[clutter/wip/clutter-1.99: 22/28] 1.99: Remove deprecated API



commit 40bc93f4677b928ce9d41b56b000082bdb5c5678
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Jun 21 18:23:36 2012 +0100

    1.99: Remove deprecated API

 clutter/clutter-util.c |   23 -----------------------
 1 files changed, 0 insertions(+), 23 deletions(-)
---
diff --git a/clutter/clutter-util.c b/clutter/clutter-util.c
index b95629c..f5c4c62 100644
--- a/clutter/clutter-util.c
+++ b/clutter/clutter-util.c
@@ -40,29 +40,6 @@
 #include "clutter-interval.h"
 #include "clutter-private.h"
 
-#include "deprecated/clutter-util.h"
-
-/**
- * clutter_util_next_p2:
- * @a: Value to get the next power
- *
- * Calculates the nearest power of two, greater than or equal to @a.
- *
- * Return value: The nearest power of two, greater or equal to @a.
- *
- * Deprecated: 1.2
- */
-gint
-clutter_util_next_p2 (gint a)
-{
-  int rval = 1;
-
-  while (rval < a)
-    rval <<= 1;
-
-  return rval;
-}
-
 /*< private >
  * _clutter_gettext:
  * @str: a string to localize



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