Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2015, 12:16:43 PM (9 years ago)
Author:
landauf
Message:

removed unused code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/network/NetworkFunctionManager.h

    r10468 r10469  
    4242            static NetworkFunctionManager& getInstance();
    4343
    44             static inline bool  isStatic( uint32_t networkID )  { return isStaticMap_[networkID]; }
    4544            static void setNetworkID(const std::string& name, uint32_t id);
    4645            static void destroyAllNetworkFunctions();
    4746            static std::map<std::string, NetworkFunctionBase*>& getNameMap();
    48 
    49           private:
    50             static std::map<uint32_t, bool> isStaticMap_;
    5147    };
    5248}
Note: See TracChangeset for help on using the changeset viewer.