summaryrefslogtreecommitdiff
path: root/grc/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/main.py')
-rwxr-xr-xgrc/main.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/grc/main.py b/grc/main.py
index 4f4cd68704..446289aa1b 100755
--- a/grc/main.py
+++ b/grc/main.py
@@ -48,11 +48,6 @@ def main():
parser.add_argument('--log', choices=['debug', 'info', 'warning', 'error', 'critical'], default='warning')
args = parser.parse_args()
- try:
- Gtk.window_set_default_icon(Gtk.IconTheme().load_icon('gnuradio-grc', 256, 0))
- except:
- pass
-
# Enable logging
# Note: All other modules need to use the 'grc.<module>' convention
log = logging.getLogger('grc')