mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 22:35:14 +02:00
Remove dead code that's causing problems
This commit is contained in:
parent
fd00ad95ca
commit
4ee99ef38a
2 changed files with 0 additions and 8 deletions
|
@ -1169,8 +1169,6 @@ var toolBar = (function () {
|
||||||
menuItemHeight = Tool.IMAGE_HEIGHT / 2 - 2;
|
menuItemHeight = Tool.IMAGE_HEIGHT / 2 - 2;
|
||||||
|
|
||||||
loadURLMenuItem = Overlays.addOverlay("text", {
|
loadURLMenuItem = Overlays.addOverlay("text", {
|
||||||
x: newModelButton.x - menuItemWidth,
|
|
||||||
y: newModelButton.y + menuItemOffset,
|
|
||||||
height: menuItemHeight,
|
height: menuItemHeight,
|
||||||
backgroundColor: menuBackgroundColor,
|
backgroundColor: menuBackgroundColor,
|
||||||
topMargin: menuItemMargin,
|
topMargin: menuItemMargin,
|
||||||
|
@ -1180,8 +1178,6 @@ var toolBar = (function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
loadFileMenuItem = Overlays.addOverlay("text", {
|
loadFileMenuItem = Overlays.addOverlay("text", {
|
||||||
x: newModelButton.x - menuItemWidth,
|
|
||||||
y: newModelButton.y + menuItemOffset + menuItemHeight,
|
|
||||||
height: menuItemHeight,
|
height: menuItemHeight,
|
||||||
backgroundColor: menuBackgroundColor,
|
backgroundColor: menuBackgroundColor,
|
||||||
topMargin: menuItemMargin,
|
topMargin: menuItemMargin,
|
||||||
|
|
|
@ -140,8 +140,6 @@ var toolBar = (function () {
|
||||||
menuItemHeight = Tool.IMAGE_HEIGHT / 2 - 2;
|
menuItemHeight = Tool.IMAGE_HEIGHT / 2 - 2;
|
||||||
|
|
||||||
loadURLMenuItem = Overlays.addOverlay("text", {
|
loadURLMenuItem = Overlays.addOverlay("text", {
|
||||||
x: newModelButton.x - menuItemWidth,
|
|
||||||
y: newModelButton.y + menuItemOffset,
|
|
||||||
height: menuItemHeight,
|
height: menuItemHeight,
|
||||||
backgroundColor: menuBackgroundColor,
|
backgroundColor: menuBackgroundColor,
|
||||||
topMargin: menuItemMargin,
|
topMargin: menuItemMargin,
|
||||||
|
@ -151,8 +149,6 @@ var toolBar = (function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
loadFileMenuItem = Overlays.addOverlay("text", {
|
loadFileMenuItem = Overlays.addOverlay("text", {
|
||||||
x: newModelButton.x - menuItemWidth,
|
|
||||||
y: newModelButton.y + menuItemOffset + menuItemHeight,
|
|
||||||
height: menuItemHeight,
|
height: menuItemHeight,
|
||||||
backgroundColor: menuBackgroundColor,
|
backgroundColor: menuBackgroundColor,
|
||||||
topMargin: menuItemMargin,
|
topMargin: menuItemMargin,
|
||||||
|
|
Loading…
Reference in a new issue