Removed last bits of predefined element types from native code.  Predefined types are now constructed at the java layer from standard building blocks.
diff --git a/libs/rs/rsProgramVertex.h b/libs/rs/rsProgramVertex.h
index 523c3ed..32d147c 100644
--- a/libs/rs/rsProgramVertex.h
+++ b/libs/rs/rsProgramVertex.h
@@ -64,7 +64,7 @@
     ObjectBaseRef<ProgramVertex> mLast;
     ObjectBaseRef<Allocation> mDefaultAlloc;
 
-
+    RsType mAllocType;
 
     ProgramVertex *mPV;