Revert "Merged master into gtk3, fixed three conflicts."

This reverts commit c857bba95e.
This commit is contained in:
Beep6581
2016-06-09 23:24:55 +02:00
parent bd1a7fc4a7
commit 3da7d84ba9
50 changed files with 5937 additions and 6037 deletions

View File

@@ -32,12 +32,11 @@ protected:
Gtk::CheckButton* fill;
bool lastFill;
sigc::connection fillConn;
ToolParamBlock* packBox;
ToolParamBlock* packBox;
public:
LensGeometry ();
~LensGeometry ();
Gtk::Box* getPackBox ()
{
@@ -54,11 +53,6 @@ public:
{
rlistener = l;
}
void disableAutoFillIfActive ();
private:
static int doDisableAutoFillIfActive (void* data);
};
#endif