summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/sane.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-05 20:31:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-05 20:31:47 +0200
commitc04c2114d9159646dddd4807d026c9fee6953817 (patch)
tree27c9530336ed5cc6652ee6147ff175875e4c6a64 /extensions/source/scanner/sane.cxx
parenta76dac1fb62823c357ad8f2bd789483b7ea7badd (diff)
Remove unused macros
Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
Diffstat (limited to 'extensions/source/scanner/sane.cxx')
-rw-r--r--extensions/source/scanner/sane.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/extensions/source/scanner/sane.cxx b/extensions/source/scanner/sane.cxx
index 8159b1a45b4c..8c97ae0e040d 100644
--- a/extensions/source/scanner/sane.cxx
+++ b/extensions/source/scanner/sane.cxx
@@ -81,14 +81,6 @@ inline void dbg_msg( const char* pString, ... )
y, x, p_strstatus( x ) ); \
}
-#define CHECK_STATE( x, y ) \
- if( x != SANE_STATUS_GOOD ) \
- { \
- dump_state( "%s returned error %d (%s)\n", \
- y, x, p_strstatus( x ) ); \
- } \
- else
-
int Sane::nRefCount = 0;
oslModule Sane::pSaneLib = 0;
SANE_Int Sane::nVersion = 0;