Commit ca803883 authored by Frank Bergmann's avatar Frank Bergmann

- Removed obsolete zoom functionality

parent 6c01f9a2
......@@ -200,20 +200,6 @@ Ext.define('GanttEditor.controller.GanttButtonController', {
me.resizeController.onSwitchBackFromFullScreen();
},
onZoomIn: function() {
var me = this;
alert('GanttButtonController.onZoomIn: ToDo: remove');
if (me.debug) console.log('GanttButtonController.onZoomIn');
this.ganttBarPanel.onZoomIn();
},
onZoomOut: function() {
var me = this;
alert('GanttButtonController.onZoomOut: ToDo: remove');
if (me.debug) console.log('GanttButtonController.onZoomOut');
this.ganttBarPanel.onZoomOut();
},
/**
* Control the enabled/disabled status of the (-) (Delete) button
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment