* build fix, removed leftover debug var...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24533 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -32,6 +32,7 @@ THE SOFTWARE.
|
||||
|
||||
#include <File.h>
|
||||
#include <Message.h>
|
||||
#include <Picture.h>
|
||||
|
||||
class PrintJobPage {
|
||||
BFile fJobFile; // the job file
|
||||
|
||||
@@ -84,7 +84,6 @@ PrintJobPage::PrintJobPage(BFile* jobFile, off_t start)
|
||||
if (fJobFile.Seek(start, SEEK_SET) != start)
|
||||
return;
|
||||
|
||||
off_t nextPage;
|
||||
if (fJobFile.Read(&fNumberOfPictures, sizeof(int32)) == sizeof(int32)) {
|
||||
// (sizeof(int32) * 10) == padding in _page_header_
|
||||
fJobFile.Seek(sizeof(off_t) + sizeof(int32) * 10, SEEK_CUR);
|
||||
|
||||
Reference in New Issue
Block a user