Removed thumbnail alignment button (not working) in queue panel. Issue #570

This commit is contained in:
ffsup2
2011-05-06 20:18:36 +02:00
parent 26ac5743d8
commit 47ba6a6dd5
2 changed files with 0 additions and 35 deletions

View File

@@ -43,10 +43,6 @@ class BatchQueuePanel : public Gtk::VBox,
SaveFormatPanel* saveFormatPanel;
Gtk::Frame *fdir, *fformat;
Gtk::Image* hAlignIcon;
Gtk::Image* vAlignIcon;
Gtk::Button* chAlign;
RTWindow* parent;
BatchQueue* batchQueue;
Gtk::HBox* bottomBox;
@@ -57,7 +53,6 @@ class BatchQueuePanel : public Gtk::VBox,
BatchQueuePanel ();
void setParent (RTWindow* p) { parent = p; }
void arrangementButtonPressed ();
void addBatchQueueJobs (std::vector<BatchQueueEntry*> &entries , bool head=false);