diff options
author | Alessio Treglia <alessio@debian.org> | 2010-07-12 19:34:33 +0200 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2010-07-12 19:34:33 +0200 |
commit | c15dc3b14e35850849f3559ac0305b4cac4a7046 (patch) | |
tree | 2742af1506956e8f7e2e750e5907d36c627538da /src/ui.h | |
parent | 37e8ad6c00349fd62f09c8cfe3e22acf545db2ac (diff) |
Imported Upstream version 2.31.5~bzr424upstream/2.31.5.bzr424
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ typedef struct void (*start_scan) (SimpleScan *ui, ScanOptions *options); void (*stop_scan) (SimpleScan *ui); - void (*save) (SimpleScan *ui, const gchar *format); void (*email) (SimpleScan *ui, const gchar *profile); void (*quit) (SimpleScan *ui); } SimpleScanClass; |