]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_previewactioninterface.cpp
Last checkin before major refactor...
[architektonas] / src / base / rs_previewactioninterface.cpp
index d8431525c1ce7670acb1f6bda46fdbbaaa6f8980..e25a4e648d470eeeeaaebabe50ec709f0de3bf42 100644 (file)
@@ -30,8 +30,8 @@ RS_PreviewActionInterface::RS_PreviewActionInterface(const char * name,
 {
        RS_DEBUG->print("RS_PreviewActionInterface::RS_PreviewActionInterface: Setting up action with preview: \"%s\"", name);
 
-       // preview is linked to the container for getting access to
-       //   document settings / dictionary variables
+       // Preview is linked to the container for getting access to document
+       // settings / dictionary variables
        preview = new RS_Preview(&container);
        visible = false;
 
@@ -47,7 +47,6 @@ RS_PreviewActionInterface::~RS_PreviewActionInterface()
 void RS_PreviewActionInterface::init(int status)
 {
        RS_ActionInterface::init(status);
-       //deletePreview();
        clearPreview();
 }
 
@@ -62,7 +61,6 @@ void RS_PreviewActionInterface::suspend()
 {
        RS_ActionInterface::suspend();
        deletePreview();
-       //clearPreview();
 }
 
 void RS_PreviewActionInterface::resume()