1/* Copyright Krzysztof Kowalczyk 2006-2007
2 License: GPLv2 */
3
4/* This is a no-op preview support for perf-test.
5Using this perf-test still works for performance testing, you just don't
6get any visual feedback during testing.
7*/
8
9#include "splash/SplashBitmap.h"
10
11void PreviewBitmapInit();
12void PreviewBitmapDestroy();
13void PreviewBitmapSplash(SplashBitmap *bmpSplash);
14
15void PreviewBitmapSplash(SplashBitmap *bmpSplash) { }
16
17void PreviewBitmapDestroy() { }
18
19void PreviewBitmapInit() { }
20

source code of poppler/test/perf-test-preview-dummy.cc