summaryrefslogtreecommitdiff
path: root/client/mainwindow.h
diff options
context:
space:
mode:
authordeva <deva>2006-03-07 10:37:59 +0000
committerdeva <deva>2006-03-07 10:37:59 +0000
commit1390ddfe6afe41dba141f8170f9b277573ebe8cd (patch)
treefd6861f3eab3a4721f2445540279a8223d7cd1a3 /client/mainwindow.h
parent19ade36987f86c9b4cd4c5ec3fc6c499205c61ec (diff)
*** empty log message ***
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r--client/mainwindow.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h
index 435d20d..627b431 100644
--- a/client/mainwindow.h
+++ b/client/mainwindow.h
@@ -42,12 +42,9 @@ using namespace std;
#include <QImage>
#include "videowidget.h"
-#include "camera.h"
#include "cprquerydialog.h"
#include "historywidget.h"
-#include "info_gui.h"
-
#define INCH_IN_CM 2.54f
/**
@@ -120,14 +117,8 @@ private:
unsigned int num_history;
void clear();
-
- Info *info;
-
void createGui();
- Camera *camera;
- Info *cam_info;
-
// Image loading routines.
QImage *loadButtonIcon( char *name, int height = BUTTON_HEIGHT );
QImage *loadImage( char *name );