cd0d3f081ff261f36b65ec1016d859ce3d50cb14
chmalee
  Mon Apr 19 14:29:28 2021 -0700
Add -fno-common to library makefiles to fix common extern variable definition errors

diff --git src/hg/hgc/parClick.h src/hg/hgc/parClick.h
deleted file mode 100644
index 14ea98f..0000000
--- src/hg/hgc/parClick.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* parClick - click handling for par track  */
-
-/* Copyright (C) 2010 The Regents of the University of California 
- * See README in this or parent directory for licensing information. */
-#ifndef parClick_h
-#define parClick_h
-struct trackDb *tdb;
-
-void doParDetails(struct trackDb *tdb, char *name);
-/* show details of a PAR item. */
-#endif