Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Draft: removed macros menu - fixes #490
  • Loading branch information
yorikvanhavre committed Aug 7, 2014
1 parent dc3ebfb commit 3c0c72e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 56 deletions.
1 change: 0 additions & 1 deletion src/Mod/Draft/CMakeLists.txt
Expand Up @@ -15,7 +15,6 @@ SET(Draft_SRCS
importSVG.py
importDWG.py
importAirfoilDAT.py
macros.py
Draft_rc.py
TestDraft.py
)
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Draft/InitGui.py
Expand Up @@ -95,7 +95,7 @@ def QT_TRANSLATE_NOOP(scope, text):

# import Draft tools, icons and macros menu
try:
import os,macros,Draft_rc,DraftTools, DraftGui
import os,Draft_rc,DraftTools, DraftGui
from DraftTools import translate
FreeCADGui.addLanguagePath(":/translations")
FreeCADGui.addIconPath(":/icons")
Expand Down
54 changes: 0 additions & 54 deletions src/Mod/Draft/macros.py

This file was deleted.

0 comments on commit 3c0c72e

Please sign in to comment.