mirror of https://github.com/daleclack/My_GtkUi
Delete unused variable
This commit is contained in:
parent
3352c72fd8
commit
032b84d242
|
@ -14,7 +14,7 @@ private:
|
|||
|
||||
// Calculator Class
|
||||
int pos;
|
||||
bool focused, winned;
|
||||
bool focused;
|
||||
Glib::ustring tmp;
|
||||
|
||||
// Child widgets
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
|
||||
CalcApp::CalcApp(BaseObjectType *cobject, const Glib::RefPtr<Gtk::Builder> &ref_Glade)
|
||||
: Gtk::Window(cobject),
|
||||
ref_builder(ref_Glade),
|
||||
winned(true)
|
||||
ref_builder(ref_Glade)
|
||||
{
|
||||
set_icon_name("calcapp");
|
||||
set_title("Calculator");
|
||||
|
|
Loading…
Reference in New Issue