aboutsummaryrefslogtreecommitdiffstats
path: root/ebook/e-commerce.h
diff options
context:
space:
mode:
Diffstat (limited to 'ebook/e-commerce.h')
-rw-r--r--ebook/e-commerce.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/ebook/e-commerce.h b/ebook/e-commerce.h
deleted file mode 100644
index 788bad0be4..0000000000
--- a/ebook/e-commerce.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef __E_COMMERCE_H__
-#define __E_COMMERCE_H__
-
-typedef {
- GtkObject parent;
-} ECommerce;
-
-typedef {
- GtkObjectClass parent;
-} ECommerceClass;
-
-ECommerce *e_commerce_new (void)
-
-#endif /* ! __E_COMMERCE_H__ */
-