remove plan9-specific
diff --git a/include/venti.h b/include/venti.h
index af5bb78..8a64c57 100644
--- a/include/venti.h
+++ b/include/venti.h
@@ -4,10 +4,6 @@
 extern "C" { 
 #endif
 
-#ifndef PLAN9PORT
-#pragma lib "libventi.a"
-#pragma src "/sys/src/libventi"
-#endif
 
 AUTOLIB(venti)
 
@@ -202,10 +198,6 @@
  *
  * V	a venti score
  */
-#ifndef PLAN9PORT
-#pragma	varargck	type	"V"		uchar*
-#pragma varargck	type	"F"		VtFcall*
-#endif
 
 int vtscorefmt(Fmt*);