summaryrefslogtreecommitdiff
path: root/examples/pangox-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pangox-view.c')
-rw-r--r--examples/pangox-view.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/pangox-view.c b/examples/pangox-view.c
deleted file mode 100644
index 72e97603..00000000
--- a/examples/pangox-view.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "viewer.h"
-
-extern const PangoViewer pangox_viewer;
-
-const PangoViewer *viewers[] = {
- &pangox_viewer,
- NULL
-};