[vala/wip/attributes: 89/100] Remove last C bit from symbol



commit 1599dd56f062912b71b1eb80184fdf118200fb92
Author: Luca Bruno <lucabru src gnome org>
Date:   Sat Jul 2 09:16:45 2011 +0200

    Remove last C bit from symbol

 vala/valasymbol.vala |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/vala/valasymbol.vala b/vala/valasymbol.vala
index e91fc77..06dd021 100644
--- a/vala/valasymbol.vala
+++ b/vala/valasymbol.vala
@@ -212,20 +212,6 @@ public abstract class Vala.Symbol : CodeNode {
 			return "%s.%s".printf (parent_symbol.get_full_name (), name);
 		}
 	}
-
-	/**
-	 * Returns the camel case string to be prepended to the name of members
-	 * of this symbol when used in C code.
-	 *
-	 * @return the camel case prefix to be used in C code
-	 */
-	public virtual string get_cprefix () {
-		if (name == null) {
-			return "";
-		} else {
-			return name;
-		}
-	}
 	
 	/**
 	 * Converts a string from CamelCase to lower_case.



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