Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / gtkmm / render.h
index 2bb4249..0a6263a 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -82,11 +83,10 @@ class RenderSettings : public Gtk::Dialog
 public:
        RenderSettings(Gtk::Window& parent,etl::handle<synfigapp::CanvasInterface> canvas_interface);
        ~RenderSettings();
-       void present();
+       void set_entry_filename();
 
 private:
 
-       void set_entry_filename();
        void on_rend_desc_changed();
        void on_single_frame_toggle();
        void on_choose_pressed();