summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--applications/directql/directql_signal.hh1
-rw-r--r--applications/rview/rviewApp.hh14
-rw-r--r--applications/rview/rviewColMap.hh3
-rw-r--r--applications/rview/rviewDModes.hh10
-rw-r--r--applications/rview/rviewDisplay.hh7
5 files changed, 0 insertions, 35 deletions
diff --git a/applications/directql/directql_signal.hh b/applications/directql/directql_signal.hh
index 360804e..e70a343 100644
--- a/applications/directql/directql_signal.hh
+++ b/applications/directql/directql_signal.hh
@@ -42,7 +42,6 @@ signalHandler(int sig);
//installSignalHandlers function should be called first in main function
//in order to receive signal in your program
-
void
installSignalHandlers();
diff --git a/applications/rview/rviewApp.hh b/applications/rview/rviewApp.hh
index c427cfa..9970b77 100644
--- a/applications/rview/rviewApp.hh
+++ b/applications/rview/rviewApp.hh
@@ -32,33 +32,21 @@ rasdaman GmbH.
* none
*/
-
-
#ifndef _RVIEW_APP_H_
#define _RVIEW_APP_H_
-
#ifdef __GNUG__
#pragma interface
#endif
-
-
-
-
// RasDaMan includes
#include "rasodmg/ref.hh"
#include "rasodmg/marray.hh"
-
-
#include "rviewUtils.hh"
#include "rviewDb.hh"
#include "rviewDModes.hh"
-
-
-
/*
* A generic RasDaMan client app using wxWindows.
*/
@@ -93,7 +81,6 @@ class rmanClientApp : public wxApp
// use this call to contact the application instance
static rmanClientApp *theApp(void);
-
protected:
rviewDatabase database;
@@ -102,7 +89,6 @@ class rmanClientApp : public wxApp
char prefsFileLeafname[STRINGSIZE];
char homeDir[STRINGSIZE];
-
private:
static rmanClientApp *theclientapp;
diff --git a/applications/rview/rviewColMap.hh b/applications/rview/rviewColMap.hh
index a217e23..8c7d0c4 100644
--- a/applications/rview/rviewColMap.hh
+++ b/applications/rview/rviewColMap.hh
@@ -32,11 +32,8 @@ rasdaman GmbH.
#ifndef _RVIEW_COLMAP_H_
#define _RVIEW_COLMAP_H_
-
#include "rviewUtils.hh"
-
-
class colourspaceMapper;
class colourspaceFrame;
diff --git a/applications/rview/rviewDModes.hh b/applications/rview/rviewDModes.hh
index 67c8807..33c645c 100644
--- a/applications/rview/rviewDModes.hh
+++ b/applications/rview/rviewDModes.hh
@@ -38,9 +38,6 @@ rasdaman GmbH.
#ifndef _RVIEW_DMODES_H_
#define _RVIEW_DMODES_H_
-
-
-
#include "rasodmg/ref.hh"
#include "rasodmg/marray.hh"
#include "rasodmg/gmarray.hh"
@@ -50,8 +47,6 @@ rasdaman GmbH.
#include "rviewDisplay.hh"
#include "rviewColMap.hh"
-
-
#ifdef __VISUALC__
struct vertex;
struct vertex_fp;
@@ -70,15 +65,10 @@ typedef struct mesh_desc;
typedef struct mdd_desc;
#endif
-
-
-
-
class rviewImage;
class rviewRenderImage;
-
// Possible display formats
enum rviewImageMode {
rim_none,
diff --git a/applications/rview/rviewDisplay.hh b/applications/rview/rviewDisplay.hh
index 7587d06..42cfb3a 100644
--- a/applications/rview/rviewDisplay.hh
+++ b/applications/rview/rviewDisplay.hh
@@ -34,13 +34,9 @@ rasdaman GmbH.
* None
*/
-
#ifndef _RVIEW_DISPLAY_H_
#define _RVIEW_DISPLAY_H_
-
-
-
#include "rasodmg/ref.hh"
#include "rasodmg/marray.hh"
#include "rasodmg/gmarray.hh"
@@ -48,9 +44,6 @@ rasdaman GmbH.
#include "labelManager.hh"
#include "rviewUtils.hh"
-
-
-
/*
* A window containing an display mode + controls
*/