OSDN Git Service

Remove the ability to enable/disable the happy box.
[android-x86/system-netd.git] / server / BandwidthController.h
index 51e9142..c653e2f 100644 (file)
@@ -64,8 +64,6 @@ public:
     int getInterfaceQuota(const char *iface, int64_t *bytes);
     int removeInterfaceQuota(const char *iface);
 
-    int enableHappyBox(void);
-    int disableHappyBox(void);
     int addNaughtyApps(int numUids, char *appUids[]);
     int removeNaughtyApps(int numUids, char *appUids[]);
     int addNiceApps(int numUids, char *appUids[]);