removed is_running method from gr_top_block
[debian/gnuradio] / gnuradio-core / src / lib / runtime / gr_top_block.h
index 637a3846822b8004f26092af7aa1b4b0c459b8a9..b47ec019c8f68e0c38c4572145ded27cfff69080 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2007 Free Software Foundation, Inc.
+ * Copyright 2007,2008 Free Software Foundation, Inc.
  * 
  * This file is part of GNU Radio
  * 
@@ -103,11 +103,6 @@ public:
    * Displays flattened flowgraph edges and block connectivity
    */
   void dump();
-
-  /*!
-   * Returns true if flowgraph is running
-   */
-  bool is_running();
 };
 
 #endif /* INCLUDED_GR_TOP_BLOCK_H */