summaryrefslogtreecommitdiff
path: root/mi/migc.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-03 17:16:28 -0400
committerAdam Jackson <ajax@redhat.com>2008-10-03 17:51:20 -0400
commit48b47928133bc462947104bd0f4204f00b993862 (patch)
tree105cf2530808d387e857aa28e78c24823ffb037a /mi/migc.h
parentbd0e87c74789bd5447ec731aa2d2d6e05dd54abc (diff)
mi{Create,Destroy}GCOps are unused, nuke 'em.
Diffstat (limited to 'mi/migc.h')
-rw-r--r--mi/migc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/mi/migc.h b/mi/migc.h
index 84dc75c6c..51ed7b671 100644
--- a/mi/migc.h
+++ b/mi/migc.h
@@ -36,14 +36,6 @@ extern void miDestroyGC(
GCPtr /*pGC*/
);
-extern GCOpsPtr miCreateGCOps(
- GCOpsPtr /*prototype*/
-);
-
-extern void miDestroyGCOps(
- GCOpsPtr /*ops*/
-);
-
extern void miDestroyClip(
GCPtr /*pGC*/
);