Commented unused variables.
[synfig.git] / synfig-studio / trunk / src / gtkmm / render.h
index aec2a2c..73f4cd5 100644 (file)
@@ -1,28 +1,29 @@
-/* === S I N F G =========================================================== */
+/* === S Y N F I G ========================================================= */
 /*!    \file render.h
 **     \brief Template Header
 **
 **     $Id: render.h,v 1.2 2005/01/10 08:13:44 darco Exp $
 **
 **     \legal
-**     Copyright (c) 2002 Robert B. Quattlebaum Jr.
+**     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
 **
-**     This software and associated documentation
-**     are CONFIDENTIAL and PROPRIETARY property of
-**     the above-mentioned copyright holder.
+**     This package is free software; you can redistribute it and/or
+**     modify it under the terms of the GNU General Public License as
+**     published by the Free Software Foundation; either version 2 of
+**     the License, or (at your option) any later version.
 **
-**     You may not copy, print, publish, or in any
-**     other way distribute this software without
-**     a prior written agreement with
-**     the copyright holder.
+**     This package is distributed in the hope that it will be useful,
+**     but WITHOUT ANY WARRANTY; without even the implied warranty of
+**     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+**     General Public License for more details.
 **     \endlegal
 */
 /* ========================================================================= */
 
 /* === S T A R T =========================================================== */
 
-#ifndef __SINFG_STUDIO_GTKMM_RENDER_H
-#define __SINFG_STUDIO_GTKMM_RENDER_H
+#ifndef __SYNFIG_STUDIO_GTKMM_RENDER_H
+#define __SYNFIG_STUDIO_GTKMM_RENDER_H
 
 /* === H E A D E R S ======================================================= */
 
@@ -36,9 +37,9 @@
 #include <gtkmm/tooltips.h>
 #include <gtkmm/optionmenu.h>
 
-#include <sinfg/string.h>
+#include <synfig/string.h>
 
-#include <sinfgapp/canvasinterface.h>
+#include <synfigapp/canvasinterface.h>
 
 #include "renddesc.h"
 
@@ -56,7 +57,7 @@ class RenderSettings : public Gtk::Dialog
 {
        Gtk::Tooltips tooltips;
 
-       etl::handle<sinfgapp::CanvasInterface> canvas_interface_;
+       etl::handle<synfigapp::CanvasInterface> canvas_interface_;
        Widget_RendDesc widget_rend_desc;
 
        Gtk::Entry entry_filename;
@@ -72,14 +73,14 @@ class RenderSettings : public Gtk::Dialog
        Gtk::OptionMenu optionmenu_target;
        Gtk::Menu *menu_target;
 
-       sinfg::String target_name;
+       synfig::String target_name;
        
-       void set_target(sinfg::String name);
+       void set_target(synfig::String name);
 
        etl::handle<AsyncRenderer> async_renderer;
 
 public:
-       RenderSettings(Gtk::Window& parent,etl::handle<sinfgapp::CanvasInterface> canvas_interface);
+       RenderSettings(Gtk::Window& parent,etl::handle<synfigapp::CanvasInterface> canvas_interface);
        ~RenderSettings();
 
 private: